If a partitionable array is used, we should say e.g.
Will configure md_d0 (super-block) from ....
rather than
Will configure md0 (super-block) from ....
which implies non-partitionable.
Signed-off-by: Neil Brown <[email protected]>
### Diffstat output
./usr/kinit/do_mounts_md.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff .prev/usr/kinit/do_mounts_md.c ./usr/kinit/do_mounts_md.c
--- .prev/usr/kinit/do_mounts_md.c 2006-06-27 12:15:15.000000000 +1000
+++ ./usr/kinit/do_mounts_md.c 2006-06-27 12:17:34.000000000 +1000
@@ -205,8 +205,8 @@ static int md_setup(char *str)
pername = "super-block";
}
- fprintf(stderr, "md: Will configure md%d (%s) from %s, below.\n",
- minor, pername, str);
+ fprintf(stderr, "md: Will configure md%s%d (%s) from %s, below.\n",
+ partitioned?"_d":"", minor, pername, str);
md_setup_args[ent].device_names = str;
md_setup_args[ent].partitioned = partitioned;
md_setup_args[ent].minor = minor;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]