sys/dev/disk/dm: Remove redundant kprintf in dm strategy
commita14e8f30e0fb206692e36cf3b66d24c55e93fd5c
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 4 Nov 2015 13:41:09 +0000 (4 22:41 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 6 Nov 2015 10:56:33 +0000 (6 19:56 +0900)
tree94b14fecf0f262131e2ed54e11de283a5b3c2c46
parent195f60760775c2a80599ff3320391adcd9442a31
sys/dev/disk/dm: Remove redundant kprintf in dm strategy

Having two kprintf("------...\n"); before and after debug
messages is redundant since they mostly end up printing
two consecutive lines. One of them could be removed.
sys/dev/disk/dm/device-mapper.c