fs: Remove CONFIG_SRCU
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 23 Nov 2022 02:20:28 +0000 (18:20 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Feb 2023 00:26:06 +0000 (16:26 -0800)
commit7b3a0473d10c64be7b2b4b4d69fa87128ebb6dd0
treed38d543a0a49f854c9dd636dfd705085494673dd
parenta8f0ff9185ae0de54dc6ec1ba4d8c5bdd29cb71b
fs: Remove CONFIG_SRCU

Now that the SRCU Kconfig option is unconditionally selected, there is
no longer any point in conditional compilation based on CONFIG_SRCU.
Therefore, remove the #ifdef and throw away the #else clause.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Jeff Layton <jlayton@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: <linux-fsdevel@vger.kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
fs/locks.c