mdadm.8: change linux version 2.6.40 -> 3.0

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Namhyung Kim 2011-06-22 01:19:02 +09:00 committed by NeilBrown
parent f161d047ee
commit 6cbf8fb8c1
2 changed files with 2 additions and 2 deletions

2
Grow.c
View File

@ -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 ||

View 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.