From: Jens Axboe Date: Fri, 29 Aug 2008 07:06:29 +0000 (+0200) Subject: Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n' X-Git-Tag: v2.6.28-rc1~733^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=759f8ca3048f7438aa3129268d7252552505d662;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 --- 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