git: sys/dev/disk/dm: Remove redundant kprintf in dm strategy

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Fri Nov 6 07:07:58 PST 2015


commit a14e8f30e0fb206692e36cf3b66d24c55e93fd5c
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Nov 4 22:41:09 2015 +0900

    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.

Summary of changes:
 sys/dev/disk/dm/device-mapper.c | 1 -
 1 file changed, 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a14e8f30e0fb206692e36cf3b66d24c55e93fd5c


-- 
DragonFly BSD source repository



More information about the Commits mailing list