block: Remove "select SRCU"
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2175212 commit b2b50d572135c5c6e10c2ff79cd828d5a8141ef6 Author: Paul E. McKenney <paulmck@kernel.org> Date: Wed Jan 4 16:37:53 2023 -0800 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 <paulmck@kernel.org> Cc: Jens Axboe <axboe@kernel.dk> Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Ming Lei <ming.lei@redhat.com>
This commit is contained in:
parent
893603be16
commit
dd70148333
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue