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>] [day] [month] [year] [list]
Date:   Fri, 31 Mar 2017 08:18:45 -0700
From:   Davidlohr Bueso <dave@...olabs.net>
To:     peterz@...radead.org
Cc:     oleg@...hat.com, viro@...iv.linux.org.uk,
        linux-kernel@...r.kernel.org, Davidlohr Bueso <dave@...olabs.net>,
        Davidlohr Bueso <dbueso@...e.de>
Subject: [PATCH] percpu-rwsem: kill PERCPU_RWSEM some more

As of:

   bf3eac84c42 (percpu-rwsem: kill CONFIG_PERCPU_RWSEM)

we unconditionally build pcpu-rwsems. Remove a leftover
in for FILE_LOCKING.

Signed-off-by: Davidlohr Bueso <dbueso@...e.de>
---
 fs/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 83eab52fb3f6..3f0e069ec682 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -79,7 +79,6 @@ config EXPORTFS_BLOCK_OPS
 config FILE_LOCKING
 	bool "Enable POSIX file locking API" if EXPERT
 	default y
-	select PERCPU_RWSEM
 	help
 	  This option enables standard file locking support, required
           for filesystems like NFS and for the flock() system
-- 
2.12.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ