]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] md: fix bug when raid1 attempts a partial reconstruct.
authorNeilBrown <neilb@cse.unsw.edu.au>
Wed, 22 Jun 2005 00:17:23 +0000 (17:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:46 +0000 (19:07 -0700)
commit47bdbb26655d1559322fab82ee7065a2d222788c
treeab053c3d097e9ef7d2448944b8a20c8b0b8117a4
parentb7d0ab3b48dac5cb68d8d13c754124dd30400ff3
[PATCH] md: fix bug when raid1 attempts a partial reconstruct.

The logic here is wrong.  if fullsync is 0, it WILL BUG.

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>
drivers/md/raid1.c