From: Shaohua Li Date: Wed, 13 May 2015 16:30:08 +0000 (-0700) Subject: raid5: fix broken async operation chain X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~67^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487696957e3bd64ccffe62c0ac4ff7bf662785ab;p=pandora-kernel.git raid5: fix broken async operation chain ops_run_reconstruct6() doesn't correctly chain asyn operations. The tx returned by async_gen_syndrome should be added as the dependent tx of next stripe. The issue is introduced by commit 59fc630b8b5f9f21c8ce3ba153341c107dce1b0c RAID5: batch adjacent full stripe write Reported-and-tested-by: Maxime Ripard Signed-off-by: Shaohua Li Signed-off-by: NeilBrown --- Reading git-diff-tree failed