[PATCH] md: fix some small races in bitmap plugging in raid5
authorNeilBrown <neilb@suse.de>
Mon, 10 Jul 2006 11:44:17 +0000 (04:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:17 +0000 (13:24 -0700)
commitae3c20ccf84c88d45616f12122f781a900118f09
tree19d2f11d8a4766182402316632d32bd66d518c55
parent7c785b7a18dc30572a49c6b75efd384269735d14
[PATCH] md: fix some small races in bitmap plugging in raid5

The comment gives more details, but I didn't quite have the sequencing write,
so there was room for races to leave bits unset in the on-disk bitmap for
short periods of time.

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