git: sys/dev/disk/dm: Use correct module name for dm_target_striped
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Oct 31 09:52:25 PDT 2015
commit 19ff0bdd0dd06a4d28626f0030846354bad0ad18
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Oct 28 22:14:14 2015 +0900
sys/dev/disk/dm: Use correct module name for dm_target_striped
The name of this target is striped, but not stripe.
This target is called stripe in NetBSD, but striped in Linux.
Since DragonFly seems to have renamed it to striped when
porting from NetBSD, strings used within this module should
be striped.
# kldload dm
# kldload dm_target_striped
# kldstat | grep stripe
6 1 0xffffffff832a7000 11000 dm_target_striped.ko
Summary of changes:
sys/dev/disk/dm/targets/striped/dm_target_striped.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/19ff0bdd0dd06a4d28626f0030846354bad0ad18
--
DragonFly BSD source repository
More information about the Commits
mailing list