]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] md: Fix bug where spares don't always get rebuilt properly when they become...
authorNeilBrown <neilb@suse.de>
Mon, 23 Oct 2006 07:07:48 +0000 (17:07 +1000)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:47 +0000 (17:33 -0800)
commit563f2416b31884d196f194bcca580f8226b1dc4a
treefe1c527ba25bc2b91170e3d87e93e71f2416cfb5
parent1e4007bf4ef92fc6d2afa418c1b49921a7c7d0b3
[PATCH] md: Fix bug where spares don't always get rebuilt properly when they become live.

If save_raid_disk is >= 0, then the device could be a device that is
already in sync that is being re-added.  So we need to default this
value to -1.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/md/md.c