Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933207AbdCaPTQ (ORCPT ); Fri, 31 Mar 2017 11:19:16 -0400 Received: from smtp2.provo.novell.com ([137.65.250.81]:52337 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933035AbdCaPTP (ORCPT ); Fri, 31 Mar 2017 11:19:15 -0400 From: Davidlohr Bueso To: peterz@infradead.org Cc: oleg@redhat.com, viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, Davidlohr Bueso , Davidlohr Bueso Subject: [PATCH] percpu-rwsem: kill PERCPU_RWSEM some more Date: Fri, 31 Mar 2017 08:18:45 -0700 Message-Id: <20170331151845.18372-1-dave@stgolabs.net> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 649 Lines: 26 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 --- 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