mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-linus
Pull MD fix from Song. * 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md: md/raid0: fix warning message for parameter default_layout
This commit is contained in:
commit
6333ff6e5a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf)
|
||||||
} else {
|
} else {
|
||||||
pr_err("md/raid0:%s: cannot assemble multi-zone RAID0 with default_layout setting\n",
|
pr_err("md/raid0:%s: cannot assemble multi-zone RAID0 with default_layout setting\n",
|
||||||
mdname(mddev));
|
mdname(mddev));
|
||||||
pr_err("md/raid0: please set raid.default_layout to 1 or 2\n");
|
pr_err("md/raid0: please set raid0.default_layout to 1 or 2\n");
|
||||||
err = -ENOTSUPP;
|
err = -ENOTSUPP;
|
||||||
goto abort;
|
goto abort;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue