From: Paul E. McKenney Date: Thu, 5 Jan 2023 00:37:53 +0000 (-0800) Subject: block: Remove "select SRCU" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2b50d572135c5c6e10c2ff79cd828d5a8141ef6;p=linux.git block: 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 Cc: Jens Axboe Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig b/block/Kconfig index 444c5ab3b67e2..5d9d9c84d5165 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -6,7 +6,6 @@ menuconfig BLOCK bool "Enable the block layer" if EXPERT default y select SBITMAP - select SRCU help Provide block layer support for the kernel.