]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dm raid: add missing "dm-raid0" module alias
authorMike Snitzer <snitzer@redhat.com>
Thu, 2 Jun 2016 16:02:19 +0000 (12:02 -0400)
committerMike Snitzer <snitzer@redhat.com>
Tue, 14 Jun 2016 21:24:59 +0000 (17:24 -0400)
Also update module description to "raid0/1/10/4/5/6 target"

Reported by Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-raid.c

index 7876f9529f8239d764ee5844478f88dc7733605e..02c07a75e4dc73e12217d65d007815fa3ea2e94e 100644 (file)
@@ -2942,7 +2942,8 @@ module_param(devices_handle_discard_safely, bool, 0644);
 MODULE_PARM_DESC(devices_handle_discard_safely,
                 "Set to Y if all devices in each array reliably return zeroes on reads from discarded regions");
 
-MODULE_DESCRIPTION(DM_NAME " raid4/5/6 target");
+MODULE_DESCRIPTION(DM_NAME " raid0/1/10/4/5/6 target");
+MODULE_ALIAS("dm-raid0");
 MODULE_ALIAS("dm-raid1");
 MODULE_ALIAS("dm-raid10");
 MODULE_ALIAS("dm-raid4");