From: shli@kernel.org Date: Mon, 15 Dec 2014 01:57:04 +0000 (+1100) Subject: raid5: handle expansion/resync case with stripe batching X-Git-Tag: omap-for-v4.1/fixes-rc1~34^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabc4ec6ba72418ebca6bf1884f344bba40c8709;p=pandora-kernel.git raid5: handle expansion/resync case with stripe batching expansion/resync can grab a stripe when the stripe is in batch list. Since all stripes in batch list must be in the same state, we can't allow some stripes run into expansion/resync. So we delay expansion/resync for stripe in batch list. Signed-off-by: Shaohua Li Signed-off-by: NeilBrown --- Reading git-diff-tree failed