From: Dan Williams Date: Sun, 30 Aug 2009 02:09:26 +0000 (-0700) Subject: async_tx: add sum check flags X-Git-Tag: v2.6.32-rc1~60^2^2~14^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad283ea4a3ce82cda2efe33163748a397b31b1eb;p=pandora-kernel.git async_tx: add sum check flags Replace the flat zero_sum_result with a collection of flags to contain the P (xor) zero-sum result, and the soon to be utilized Q (raid6 reed solomon syndrome) zero-sum result. Use the SUM_CHECK_ namespace instead of DMA_ since these flags will be used on non-dma-zero-sum enabled platforms. Reviewed-by: Andre Noll Acked-by: Maciej Sosnowski Signed-off-by: Dan Williams --- Reading git-diff-tree failed