blob: 0c2dec7aec20fd798d45b24d92156b3f85f4aae0 [file] [log] [blame]
Joe Thornber3241b1d2011-10-31 20:19:11 +00001config DM_PERSISTENT_DATA
2 tristate
Kees Cook88ae4c52013-03-01 22:45:46 +00003 depends on BLK_DEV_DM
Joe Thornber3241b1d2011-10-31 20:19:11 +00004 select LIBCRC32C
5 select DM_BUFIO
6 ---help---
7 Library providing immutable on-disk data structure support for
8 device-mapper targets such as the thin provisioning target.
Mike Snitzerc64d2402014-03-03 10:57:56 -05009
10config DM_DEBUG_BLOCK_STACK_TRACING
11 boolean "Keep stack trace of persistent data block lock holders"
12 depends on STACKTRACE_SUPPORT && DM_PERSISTENT_DATA
13 select STACKTRACE
14 ---help---
15 Enable this for messages that may help debug problems with the
16 block manager locking used by thin provisioning and caching.
17
18 If unsure, say N.