]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
md: make sure a re-add after a restart honours bitmap when resyncing
authorNeilBrown <neilb@suse.de>
Wed, 22 Aug 2007 21:01:52 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 23 Aug 2007 02:52:46 +0000 (19:52 -0700)
commit918f02383fb9ff5dba29709f3199189eeac55021
tree26a3b5edb812ba02ecf8020d6734d8d6a2f8080c
parent59d9445e851976d973a5a4009f80a3d55959d231
md: make sure a re-add after a restart honours bitmap when resyncing

Commit 1757128438d41670ded8bc3bc735325cc07dc8f9 was slightly bad.  If an array
has a write-intent bitmap, and you remove a drive, then readd it, only the
changed parts should be resynced.  However after the above commit, this only
works if the array has not been shut down and restarted.

This is because it sets 'fullsync' at little more often than it should.  This
patch is more careful.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/raid1.c