All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timens: delete no-op time_ns_init()
@ 2020-12-28 21:54 Alexey Dobriyan
  2020-12-29  8:33 ` Andrei Vagin
  2021-02-05 18:35 ` [tip: timers/core] timens: Delete " tip-bot2 for Alexey Dobriyan
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Dobriyan @ 2020-12-28 21:54 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, avagin

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 kernel/time/namespace.c |    6 ------
 1 file changed, 6 deletions(-)

--- a/kernel/time/namespace.c
+++ b/kernel/time/namespace.c
@@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
 	.ns.ops		= &timens_operations,
 	.frozen_offsets	= true,
 };
-
-static int __init time_ns_init(void)
-{
-	return 0;
-}
-subsys_initcall(time_ns_init);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] timens: delete no-op time_ns_init()
  2020-12-28 21:54 [PATCH] timens: delete no-op time_ns_init() Alexey Dobriyan
@ 2020-12-29  8:33 ` Andrei Vagin
  2021-02-05 18:35 ` [tip: timers/core] timens: Delete " tip-bot2 for Alexey Dobriyan
  1 sibling, 0 replies; 3+ messages in thread
From: Andrei Vagin @ 2020-12-29  8:33 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: Thomas Gleixner, LKML

On Mon, Dec 28, 2020 at 1:54 PM Alexey Dobriyan <adobriyan@gmail.com> wrote:
>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

Acked-by: Andrei Vagin <avagin@gmail.com>

Thanks,
Andrei

> ---
>
>  kernel/time/namespace.c |    6 ------
>  1 file changed, 6 deletions(-)
>
> --- a/kernel/time/namespace.c
> +++ b/kernel/time/namespace.c
> @@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
>         .ns.ops         = &timens_operations,
>         .frozen_offsets = true,
>  };
> -
> -static int __init time_ns_init(void)
> -{
> -       return 0;
> -}
> -subsys_initcall(time_ns_init);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] timens: Delete no-op time_ns_init()
  2020-12-28 21:54 [PATCH] timens: delete no-op time_ns_init() Alexey Dobriyan
  2020-12-29  8:33 ` Andrei Vagin
@ 2021-02-05 18:35 ` tip-bot2 for Alexey Dobriyan
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Alexey Dobriyan @ 2021-02-05 18:35 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Alexey Dobriyan, Thomas Gleixner, Andrei Vagin, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     174bcc691f44fdd05046c694fc650933819f72c7
Gitweb:        https://git.kernel.org/tip/174bcc691f44fdd05046c694fc650933819f72c7
Author:        Alexey Dobriyan <adobriyan@gmail.com>
AuthorDate:    Tue, 29 Dec 2020 00:54:02 +03:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 05 Feb 2021 19:32:09 +01:00

timens: Delete no-op time_ns_init()

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Andrei Vagin <avagin@gmail.com>
Link: https://lore.kernel.org/r/20201228215402.GA572900@localhost.localdomain
---
 kernel/time/namespace.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kernel/time/namespace.c b/kernel/time/namespace.c
index 6ca625f..12eab0d 100644
--- a/kernel/time/namespace.c
+++ b/kernel/time/namespace.c
@@ -465,9 +465,3 @@ struct time_namespace init_time_ns = {
 	.ns.ops		= &timens_operations,
 	.frozen_offsets	= true,
 };
-
-static int __init time_ns_init(void)
-{
-	return 0;
-}
-subsys_initcall(time_ns_init);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-05 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 21:54 [PATCH] timens: delete no-op time_ns_init() Alexey Dobriyan
2020-12-29  8:33 ` Andrei Vagin
2021-02-05 18:35 ` [tip: timers/core] timens: Delete " tip-bot2 for Alexey Dobriyan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.