]> Git Repo - J-linux.git/commitdiff
block: Remove "select SRCU"
authorPaul E. McKenney <[email protected]>
Thu, 5 Jan 2023 00:37:53 +0000 (16:37 -0800)
committerJens Axboe <[email protected]>
Thu, 5 Jan 2023 15:50:10 +0000 (08:50 -0700)
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 <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: [email protected]
Signed-off-by: Jens Axboe <[email protected]>
block/Kconfig

index 444c5ab3b67e2fe1c3bed6989a819d0a02127604..5d9d9c84d51657f1c6d9e5b25bd3cac406308d76 100644 (file)
@@ -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.
 
This page took 0.04903 seconds and 4 git commands to generate.