Kconfig 620 B

123456789101112131415161718
  1. config DM_PERSISTENT_DATA
  2. tristate
  3. depends on BLK_DEV_DM
  4. 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.
  9. config DM_DEBUG_BLOCK_STACK_TRACING
  10. bool "Keep stack trace of persistent data block lock holders"
  11. depends on STACKTRACE_SUPPORT && DM_PERSISTENT_DATA
  12. select STACKTRACE
  13. ---help---
  14. Enable this for messages that may help debug problems with the
  15. block manager locking used by thin provisioning and caching.
  16. If unsure, say N.