diff options
author | Mike Snitzer <snitzer@redhat.com> | 2013-12-13 17:24:44 +0400 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2014-01-07 19:11:54 +0400 |
commit | 10343180f5c4023043e82d46e71048e68f975f50 (patch) | |
tree | 37827fe56938cf4148c2cd5b4a36d0ced5ccd99e /drivers/md/Kconfig | |
parent | c46985e211fa6d6895104cc4858e85e53e8c7731 (diff) | |
download | linux-10343180f5c4023043e82d46e71048e68f975f50.tar.xz |
dm persistent data: cleanup dm-thin specific references in text
DM's persistent-data library is now used my multiple targets so
exclusive references to "pool" or "thin provisioning" need to be
cleaned up. Adjust Kconfig's DM_DEBUG_BLOCK_STACK_TRACING text
and remove "pool" from a block manager error message.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Acked-by: Joe Thornber <ejt@redhat.com>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index f2ccbc3b9fe4..7441344bd214 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -250,12 +250,12 @@ config DM_THIN_PROVISIONING Provides thin provisioning and snapshots that share a data store. config DM_DEBUG_BLOCK_STACK_TRACING - boolean "Keep stack trace of thin provisioning block lock holders" - depends on STACKTRACE_SUPPORT && DM_THIN_PROVISIONING + boolean "Keep stack trace of persistent data block lock holders" + 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. + block manager locking used by thin provisioning and caching. If unsure, say N. |