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

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
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
menuconfig BLOCK menuconfig BLOCK
bool "Enable the block layer" if EXPERT bool "Enable the block layer" if EXPERT
default y default y
select PERCPU_RWSEM
help help
Provide block layer support for the kernel. Provide block layer support for the kernel.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment