git: sys/dev/disk/dm: Add info() handler for striped target for compatibility

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 31 09:52:24 PDT 2015


commit b7405bb6344bbb92fda75e6d91e4c23263ccf8de
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Oct 28 00:17:46 2015 +0900

    sys/dev/disk/dm: Add info() handler for striped target for compatibility
    
    f134a703 mentioned output of dmsetup(8) "status" and "table"
    were compatible with that of Linux till dm-delay was added,
    but striped target was not compatible. The stripe target in
    Linux has different implementation for these two like delay
    target has.
    
    This commit adds info() handler for striped target similar
    to what f134a703 did to delay target.

Summary of changes:
 .../disk/dm/targets/striped/dm_target_striped.c    | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list