diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-08-29 09:06:29 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-09 08:56:11 +0200 |
commit | 759f8ca3048f7438aa3129268d7252552505d662 (patch) | |
tree | 68ff6d337fbb9fd8fbc2b5f48c993c348df8a60f /lib | |
parent | aeb3d3a81e81c6323a17fe914e91eb228b3f1aa1 (diff) | |
download | op-kernel-dev-759f8ca3048f7438aa3129268d7252552505d662.zip op-kernel-dev-759f8ca3048f7438aa3129268d7252552505d662.tar.gz |
Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 5a536f7..4378d5e 100644 --- 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 |