commit | 6b1117d50543e2484bee037ec2589fe52492a7e7 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Mar 31 02:31:57 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:19:01 2006 -0800 |
tree | 6291a97424ebcc336bb49b00ec13576df76aa447 | |
parent | 39451a73a2d190763ba8a98f486cf23d63d22582 [diff] |
[PATCH] md: Don't clear bits in bitmap when writing to one device fails during recovery Currently a device failure during recovery leaves bits set in the bitmap. This normally isn't a problem as the offending device will be rejected because of errors. However if device re-adding is being used with non-persistent bitmaps, this can be a problem. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>