From: Mikulas Patocka Date: Thu, 7 Feb 2013 01:26:04 +0000 (+1100) Subject: block: don't select PERCPU_RWSEM X-Git-Tag: next-20130218~1^2~522 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=07bb24665543e754eb6da17ed37d48d4259b6e01;p=karo-tx-linux.git 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: Mikulas Patocka Cc: Jens Axboe Signed-off-by: Andrew Morton --- diff --git a/block/Kconfig b/block/Kconfig index 4a85ccf8d4cf..a7e40a7c8214 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -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.