sys/dev/disk/dm: Add info() handler for striped target for compatibility
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 27 Oct 2015 15:17:46 +0000 (00:17 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 31 Oct 2015 14:54:14 +0000 (23:54 +0900)
commitb7405bb6344bbb92fda75e6d91e4c23263ccf8de
treef24fcc543b66982d5cc780c416a1950e18f8092a
parent164b5771bbdf89b576bb3ba6bb14b26dd3e257ac
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.
sys/dev/disk/dm/targets/striped/dm_target_striped.c