From: Paul E. McKenney Date: Fri, 13 Jan 2023 14:08:04 +0000 (+0900) Subject: tomoyo: Remove "select SRCU" X-Git-Tag: v6.6.7~3723^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ed8a46256771de283772d482403691807214cf7;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Tetsuo Handa --- diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig index 772d2ab..ee0c1f4 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.