From: Markus Stockhausen Date: Mon, 15 Dec 2014 01:57:04 +0000 (+1100) Subject: md/raid6 algorithms: xor_syndrome() for generic int X-Git-Tag: omap-for-v4.1/fixes-rc1~34^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5ce91d053961b7cc8fa56bd083819a9fc92734;p=pandora-kernel.git md/raid6 algorithms: xor_syndrome() for generic int Start the algorithms with the very basic one. It is left and right optimized. That means we can avoid all calculations for unneeded pages above the right stop offset. For pages below the left start offset we still need the syndrome multiplication but without reading data pages. Signed-off-by: Markus Stockhausen Signed-off-by: NeilBrown --- Reading git-diff-tree failed