[PATCH] md: fix usage of wrong variable in raid1
authorNeilBrown <neilb@suse.de>
Mon, 10 Jul 2006 11:44:18 +0000 (04:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:17 +0000 (13:24 -0700)
commit5e3db645f890660ce8774a18bcd418570298937e
treea6664a8c864e40c69c7be4da6e1ff984f11873c5
parentae3c20ccf84c88d45616f12122f781a900118f09
[PATCH] md: fix usage of wrong variable in raid1

Though it rarely matters, we should be using 's' rather than r1_bio->sector
here.

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