Skip to content

Commit

Permalink
block: don't select PERCPU_RWSEM
Browse files Browse the repository at this point in the history
The block device doesn't use percpu rw-semaphore anymore, so don't select
it for compilation.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Mikulas Patocka authored and axboe committed Feb 22, 2013
1 parent 5577022 commit 79d0b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 79d0b7f

Please sign in to comment.