aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
diff options
context:
space:
mode:
authorGuoqing Jiang <gqjiang@suse.com>2017-10-24 15:11:53 +0800
committerShaohua Li <shli@fb.com>2017-11-01 21:32:25 -0700
commitf0e230ad877855567607fe2f40802b6317ad38f3 (patch)
treef8a0d05b421aec1b788eb6c58fbc5d873a561f59 /drivers/md/md-cluster.c
parentmd: remove redundant variable q (diff)
downloadlinux-dev-f0e230ad877855567607fe2f40802b6317ad38f3.tar.xz
linux-dev-f0e230ad877855567607fe2f40802b6317ad38f3.zip
md-cluster: update document for raid10
Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'drivers/md/md-cluster.c')
-rw-r--r--drivers/md/md-cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
index d0fd1bd8575c..79bfbc840385 100644
--- a/drivers/md/md-cluster.c
+++ b/drivers/md/md-cluster.c
@@ -1478,7 +1478,7 @@ static struct md_cluster_operations cluster_ops = {
static int __init cluster_init(void)
{
- pr_warn("md-cluster: EXPERIMENTAL. Use with caution\n");
+ pr_warn("md-cluster: support raid1 and raid10 (limited support)\n");
pr_info("Registering Cluster MD functions\n");
register_md_cluster_operations(&cluster_ops, THIS_MODULE);
return 0;