summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorNeilBrown2005-08-27 03:34:16 +0200
committerLinus Torvalds2005-08-27 04:37:13 +0200
commit657390d25d4241705cb4fc5b3b4ba5b30575dc17 (patch)
tree35b09cbecef683302adaddb9e8f7047462e7a848 /drivers/md/md.c
parent[PATCH] md: create a MODULE_ALIAS for md corresponding to its block major num... (diff)
downloadkernel-qcow2-linux-657390d25d4241705cb4fc5b3b4ba5b30575dc17.tar.gz
kernel-qcow2-linux-657390d25d4241705cb4fc5b3b4ba5b30575dc17.tar.xz
kernel-qcow2-linux-657390d25d4241705cb4fc5b3b4ba5b30575dc17.zip
[PATCH] md: clear the 'recovery' flags when starting an md array.
It's possible for this to still have flags in it and a previous instance has been stopped, and that confused the new array using the same mddev. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index deccd560c0de..20ca80b7dc20 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -1689,6 +1689,7 @@ static int do_md_run(mddev_t * mddev)
mddev->pers = pers[pnum];
spin_unlock(&pers_lock);
+ mddev->recovery = 0;
mddev->resync_max_sectors = mddev->size << 1; /* may be over-ridden by personality */
/* before we start the array running, initialise the bitmap */