projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeb3d3a
)
Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'
author
Jens Axboe
<jens.axboe@oracle.com>
Fri, 29 Aug 2008 07:06:29 +0000
(09:06 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 9 Oct 2008 06:56:11 +0000
(08:56 +0200)
It's a debug option that you would explicitly enable to test this
feature, we should default it to 'n' to prevent accidental surprises
for now.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 5a536f703a833a23aa358e5b157c993644e1f87e..4378d5e923ca25e55ed229b6dc106f1ceb834d85 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-628,7
+628,7
@@
config DEBUG_BLOCK_EXT_DEVT
bool "Force extended block device numbers and spread them"
depends on DEBUG_KERNEL
depends on BLOCK
- default
y
+ default
n
help
Conventionally, block device numbers are allocated from
predetermined contiguous area. However, extended block area