]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] md: fix problem with raid6 intent bitmap
authorNeilBrown <neilb@suse.de>
Mon, 28 Nov 2005 21:44:11 +0000 (13:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 22:42:25 +0000 (14:42 -0800)
commitb5ab28a3b81381103b686ff6b9d2f5fbb944bc8c
tree01756ec41c40b0b0fb101c7dc3ee856a745c2e41
parent700e432d8364ce59c521abbe03a522051610ebc2
[PATCH] md: fix problem with raid6 intent bitmap

When doing a recovery, we need to know whether the array will still be
degraded after the recovery has finished, so we can know whether bits can be
clearred yet or not.  This patch performs the required check.

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/raid6main.c