Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79d0b7f0 authored by Mikulas Patocka's avatar Mikulas Patocka Committed by Jens Axboe
Browse files

block: don't select PERCPU_RWSEM



The block device doesn't use percpu rw-semaphore anymore, so don't select
it for compilation.

Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5577022f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
menuconfig BLOCK
       bool "Enable the block layer" if EXPERT
       default y
       select PERCPU_RWSEM
       help
	 Provide block layer support for the kernel.