lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201228215402.GA572900@localhost.localdomain>
Date:   Tue, 29 Dec 2020 00:54:02 +0300
From:   Alexey Dobriyan <adobriyan@...il.com>
To:     tglx@...utronix.de
Cc:     linux-kernel@...r.kernel.org, avagin@...il.com
Subject: [PATCH] timens: delete no-op time_ns_init()

Signed-off-by: Alexey Dobriyan <adobriyan@...il.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);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ