]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
md/raid10: skip spare disk as 'first' disk
authorShaohua Li <shli@fb.com>
Mon, 1 May 2017 19:15:07 +0000 (12:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 09:57:34 +0000 (10:57 +0100)
commitc846fc16527ac6a768aaf1e7bede685b03344050
tree5108505338f4f7ca8603ab26c492dce160b3bbe3
parentb4245507843aa51c25f9b5ff5b3f1b3014d0a8cc
md/raid10: skip spare disk as 'first' disk

[ Upstream commit b506335e5d2b4ec687dde392a3bdbf7601778f1d ]

Commit 6f287ca(md/raid10: reset the 'first' at the end of loop) ignores
a case in reshape, the first rdev could be a spare disk, which shouldn't
be accounted as the first disk since it doesn't include the offset info.

Fix: 6f287ca(md/raid10: reset the 'first' at the end of loop)
Cc: Guoqing Jiang <gqjiang@suse.com>
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/raid10.c