From: Namhyung Kim Date: Tue, 21 Jun 2011 16:19:02 +0000 (+0900) Subject: mdadm.8: change linux version 2.6.40 -> 3.0 X-Git-Tag: mdadm-3.2.3~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbf8fb8c164fa141cf3c097b2b8f61f923b0c23;p=thirdparty%2Fmdadm.git mdadm.8: change linux version 2.6.40 -> 3.0 Signed-off-by: Namhyung Kim Signed-off-by: NeilBrown --- diff --git a/Grow.c b/Grow.c index 6e31b94b..a4092b54 100644 --- a/Grow.c +++ b/Grow.c @@ -1494,7 +1494,7 @@ int Grow_reshape(char *devname, int fd, int quiet, char *backup_file, goto release; } if (assume_clean) { - /* This will fail on kernels newer than 2.6.40 unless + /* This will fail on kernels newer than 3.0 unless * a backport has been arranged. */ if (sra == NULL || diff --git a/mdadm.8.in b/mdadm.8.in index d2d7ef22..44accc0d 100644 --- a/mdadm.8.in +++ b/mdadm.8.in @@ -706,7 +706,7 @@ facts the operator knows. When an array is resized to a larger size with .B "\-\-grow \-\-size=" the new space is normally resynced in that same way that the whole -array is resynced at creation. From Linux version 2.6.40, +array is resynced at creation. From Linux version 3.0, .B \-\-assume\-clean can be used with that command to avoid the automatic resync.