https://github.com/torvalds/linux
Revision 6b1117d50543e2484bee037ec2589fe52492a7e7 authored by NeilBrown on 31 March 2006, 10:31:57 UTC, committed by Linus Torvalds on 31 March 2006, 20:19:01 UTC
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>
1 parent 39451a7
History
Tip revision: 6b1117d50543e2484bee037ec2589fe52492a7e7 authored by NeilBrown on 31 March 2006, 10:31:57 UTC
[PATCH] md: Don't clear bits in bitmap when writing to one device fails during recovery
Tip revision: 6b1117d

back to top