diff options
| author | Mikulas Patocka <mpatocka@redhat.com> | 2013-02-21 15:16:39 -0800 | 
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2013-02-22 10:42:45 +0100 | 
| commit | 79d0b7f0e30e803061aa1660602a94c118c0c293 (patch) | |
| tree | 65fb64a41fca0e05968921d0fd50f7992fd58291 /block/Kconfig | |
| parent | 5577022f4ed8973762450ebe7fe7ebfd953817db (diff) | |
| download | linux-79d0b7f0e30e803061aa1660602a94c118c0c293.tar.bz2 | |
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 <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>
Diffstat (limited to 'block/Kconfig')
| -rw-r--r-- | block/Kconfig | 1 | 
1 files changed, 0 insertions, 1 deletions
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.  |