commit | 6a806c510de490318846b53bbfec463d02ca274b | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@cse.unsw.edu.au> | Fri Jul 15 03:56:35 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 15 09:54:51 2005 -0700 |
tree | 7018abfd9db7856708bc2c578f48c30eab8855b1 | |
parent | a1287ba1ba810aae1f8b81e32560d5d3bf3ff9f0 [diff] |
[PATCH] md/raid1: clear bitmap when fullsync completes We need to be careful differentiating between a resync of a complete array, in which we can clear the bitmap, and a resync of a degraded array, in which we cannot. This patch cleans all that up. Cc: Paul Clements <paul.clements@steeleye.com> 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>