[PATCH] md: fix recent breakage of md/raid1 array checking
authorNeilBrown <neilb@suse.de>
Sun, 27 Aug 2006 08:23:50 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 27 Aug 2006 18:01:31 +0000 (11:01 -0700)
commit6394cca54894f6a9bcf927ab78d28985944298ff
tree8b8376691f329c3bcc491fd2d0425c4e6278c5e3
parent84692195969b83f0ba57dc33ecf73e6c124dd186
[PATCH] md: fix recent breakage of md/raid1 array checking

A recent patch broke the ability to do a user-request check of a raid1.
This patch fixes the breakage and also moves a comment that was dislocated
by the same patch.

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