git: sys/dev/disk/dm: Add error count for stripe device
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Nov 1 07:45:33 PST 2015
commit b48c316c69e7ce3e23f9c96d7115da2a7cd1030d
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Nov 2 00:02:59 2015 +0900
sys/dev/disk/dm: Add error count for stripe device
This is for compatibility with Linux, but currently not used.
In order to use it, dm target needs to be able to implement
bio's completion handler which is currently unaccessible from
outside of sys/kern/vfs_bio.c.
Summary of changes:
sys/dev/disk/dm/targets/striped/dm_target_striped.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b48c316c69e7ce3e23f9c96d7115da2a7cd1030d
--
DragonFly BSD source repository
More information about the Commits
mailing list