Loading drivers/md/dm-mpath.c +5 −0 Original line number Diff line number Diff line Loading @@ -807,6 +807,11 @@ static int parse_features(struct arg_set *as, struct multipath *m) if (!argc) return 0; if (argc > as->argc) { ti->error = "not enough arguments for features"; return -EINVAL; } do { param_name = shift(as); argc--; Loading Loading
drivers/md/dm-mpath.c +5 −0 Original line number Diff line number Diff line Loading @@ -807,6 +807,11 @@ static int parse_features(struct arg_set *as, struct multipath *m) if (!argc) return 0; if (argc > as->argc) { ti->error = "not enough arguments for features"; return -EINVAL; } do { param_name = shift(as); argc--; Loading