Loading drivers/md/dm-mpath.c +5 −0 Original line number Diff line number Diff line Loading @@ -705,6 +705,11 @@ static int parse_hw_handler(struct arg_set *as, struct multipath *m) if (!hw_argc) return 0; if (hw_argc > as->argc) { ti->error = "not enough arguments for hardware handler"; return -EINVAL; } m->hw_handler_name = kstrdup(shift(as), GFP_KERNEL); request_module("scsi_dh_%s", m->hw_handler_name); if (scsi_dh_handler_exist(m->hw_handler_name) == 0) { Loading Loading
drivers/md/dm-mpath.c +5 −0 Original line number Diff line number Diff line Loading @@ -705,6 +705,11 @@ static int parse_hw_handler(struct arg_set *as, struct multipath *m) if (!hw_argc) return 0; if (hw_argc > as->argc) { ti->error = "not enough arguments for hardware handler"; return -EINVAL; } m->hw_handler_name = kstrdup(shift(as), GFP_KERNEL); request_module("scsi_dh_%s", m->hw_handler_name); if (scsi_dh_handler_exist(m->hw_handler_name) == 0) { Loading