diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2022-11-23 04:53:17 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-02-03 03:26:06 +0300 |
commit | dbea8bcdeda89f1c3808e8eea0e8b5e18582ef8c (patch) | |
tree | 7b3b7e9e1f19b6f0f9a7348a2363568c5250ec1a /fs/quota/Kconfig | |
parent | 818913feb814177384a15665f4001e1be33861a4 (diff) | |
download | linux-dbea8bcdeda89f1c3808e8eea0e8b5e18582ef8c.tar.xz |
fs/quota: Remove "select SRCU"
Now that the SRCU Kconfig option is unconditionally selected, there is
no longer any point in selecting it. Therefore, remove the "select SRCU"
Kconfig statements.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Jan Kara <jack@suse.com>
Acked-by: Jan Kara <jack@suse.cz>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'fs/quota/Kconfig')
-rw-r--r-- | fs/quota/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/quota/Kconfig b/fs/quota/Kconfig index b59cd172b5f9..d5a85a8062d0 100644 --- a/fs/quota/Kconfig +++ b/fs/quota/Kconfig @@ -6,7 +6,6 @@ config QUOTA bool "Quota support" select QUOTACTL - select SRCU help If you say Y here, you will be able to set per user limits for disk usage (also called disk quotas). Currently, it works for the |