diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-13 23:08:04 +0900 |
---|---|---|
committer | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2023-01-13 23:10:03 +0900 |
commit | 1ed8a46256771de283772d482403691807214cf7 (patch) | |
tree | 806d6e18db0b007010ea861ddc3d5153a3890606 /security | |
parent | 80f8be7af03ffe90dc4df998b16bfa212afbdde9 (diff) | |
download | linux-1ed8a46256771de283772d482403691807214cf7.tar.gz linux-1ed8a46256771de283772d482403691807214cf7.tar.bz2 linux-1ed8a46256771de283772d482403691807214cf7.zip |
tomoyo: 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>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig index 772d2ab58fd1..ee0c1f48025b 100644 --- a/security/tomoyo/Kconfig +++ b/security/tomoyo/Kconfig @@ -6,7 +6,6 @@ config SECURITY_TOMOYO select SECURITYFS select SECURITY_PATH select SECURITY_NETWORK - select SRCU default n help This selects TOMOYO Linux, pathname-based access control. |