]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] md: make sure a user-request sync of raid5 ignores intent bitmap
authorNeilBrown <neilb@suse.de>
Wed, 9 Nov 2005 05:39:38 +0000 (21:39 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:39 +0000 (07:56 -0800)
commit3855ad9f398de88a3290f7dd799633c4b73903ea
treeb4a898b49683712645f4b8a41cabdbca4f89122b
parente5de485f00d6e6c15f487869faaf999c708f69b1
[PATCH] md: make sure a user-request sync of raid5 ignores intent bitmap

A sync of raid5 usually ignore blocks which the bitmap says are in-sync.  But
a user-request check or repair should not ignore these.

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