From: Dan Williams Date: Wed, 8 Apr 2009 21:28:37 +0000 (-0700) Subject: async_tx: rename zero_sum to val X-Git-Tag: v2.6.32-rc1~60^2^2~14^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099f53cb50e45ef617a9f1d63ceec799e489418b;p=pandora-kernel.git async_tx: rename zero_sum to val 'zero_sum' does not properly describe the operation of generating parity and checking that it validates against an existing buffer. Change the name of the operation to 'val' (for 'validate'). This is in anticipation of the p+q case where it is a requirement to identify the target parity buffers separately from the source buffers, because the target parity buffers will not have corresponding pq coefficients. Reviewed-by: Andre Noll Acked-by: Maciej Sosnowski Signed-off-by: Dan Williams --- Reading git-diff-tree failed