]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm.8: change linux version 2.6.40 -> 3.0
authorNamhyung Kim <namhyung@gmail.com>
Tue, 21 Jun 2011 16:19:02 +0000 (01:19 +0900)
committerNeilBrown <neilb@suse.de>
Thu, 23 Jun 2011 01:34:34 +0000 (11:34 +1000)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c
mdadm.8.in

diff --git a/Grow.c b/Grow.c
index 6e31b94b89be3ca6d295419d20558f2fea462230..a4092b5437f00f1366eccd073d31d82faed8193a 100644 (file)
--- 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 ||
index d2d7ef227bd142184fa814153fd53a10c7bef582..44accc0d32b153e6ab4fb9ea93717fdc4f6c2271 100644 (file)
@@ -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.