diff options
author | Mike Snitzer <snitzer@redhat.com> | 2016-03-04 19:37:16 (GMT) |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2016-03-10 22:12:11 (GMT) |
commit | 3f0680402c2d0da58a8b06f7e55d387591b55e61 (patch) | |
tree | 928da249bd3d9bc758db5c005cd96e1a033ec30a | |
parent | 7dd85bb0e98836bd61a619b59dcfc0f2ad3f5172 (diff) | |
download | linux-3f0680402c2d0da58a8b06f7e55d387591b55e61.tar.xz |
dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIO
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r-- | drivers/md/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 2ae4091..02a5345 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -249,6 +249,7 @@ config DM_DEBUG_BLOCK_STACK_TRACING block manager locking used by thin provisioning and caching. If unsure, say N. + config DM_BIO_PRISON tristate depends on BLK_DEV_DM |