2011-11-01 04:19:11 +08:00
|
|
|
config DM_PERSISTENT_DATA
|
|
|
|
tristate
|
2013-03-02 06:45:46 +08:00
|
|
|
depends on BLK_DEV_DM
|
2011-11-01 04:19:11 +08:00
|
|
|
select LIBCRC32C
|
|
|
|
select DM_BUFIO
|
|
|
|
---help---
|
|
|
|
Library providing immutable on-disk data structure support for
|
|
|
|
device-mapper targets such as the thin provisioning target.
|
2014-03-03 23:57:56 +08:00
|
|
|
|
|
|
|
config DM_DEBUG_BLOCK_STACK_TRACING
|
2014-12-21 04:41:11 +08:00
|
|
|
bool "Keep stack trace of persistent data block lock holders"
|
2014-03-03 23:57:56 +08:00
|
|
|
depends on STACKTRACE_SUPPORT && DM_PERSISTENT_DATA
|
|
|
|
select STACKTRACE
|
|
|
|
---help---
|
|
|
|
Enable this for messages that may help debug problems with the
|
|
|
|
block manager locking used by thin provisioning and caching.
|
|
|
|
|
|
|
|
If unsure, say N.
|