From: NeilBrown Date: Fri, 16 Oct 2009 05:40:34 +0000 (+1100) Subject: raid6/async_tx: handle holes in block list in async_syndrome_val X-Git-Tag: v2.6.32-rc6~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2141e6951ad56c8f65e70547baeabd5698e390a;p=pandora-kernel.git raid6/async_tx: handle holes in block list in async_syndrome_val async_syndrome_val check the P and Q blocks used for RAID6 calculations. With DDF raid6, some of the data blocks might be NULL, so this needs to be handled in the same way that async_gen_syndrome handles it. As async_syndrome_val calls async_xor, also enhance async_xor to detect and skip NULL blocks in the list. Signed-off-by: NeilBrown --- Reading git-diff-tree failed