Skip to content

Commit

Permalink
Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Axboe committed Oct 9, 2008
1 parent aeb3d3a commit 759f8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 759f8ca

Please sign in to comment.