projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5577022
)
block: don't select PERCPU_RWSEM
author
Mikulas Patocka
<mpatocka@redhat.com>
Thu, 21 Feb 2013 23:16:39 +0000
(15:16 -0800)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 22 Feb 2013 09:42:45 +0000
(10:42 +0100)
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>
block/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/block/Kconfig
b/block/Kconfig
index 4a85ccf8d4cfca02daab96709e35cc14a92a35b5..a7e40a7c821427cd27f6c7019411030ea00e33e8 100644
(file)
--- 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.