async_tx: rename zero_sum to val
authorDan Williams <dan.j.williams@intel.com>
Wed, 8 Apr 2009 21:28:37 +0000 (14:28 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 8 Apr 2009 21:28:37 +0000 (14:28 -0700)
commit099f53cb50e45ef617a9f1d63ceec799e489418b
treefd57f259f58bcf615fe2b17734ed0cbec612782d
parentfd74ea65883c7e6903e9b652795f72b723a2be69
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 <maan@systemlinux.org>
Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Documentation/crypto/async-tx-api.txt
arch/arm/mach-iop13xx/setup.c
arch/arm/plat-iop/adma.c
crypto/async_tx/async_xor.c
drivers/dma/dmaengine.c
drivers/dma/iop-adma.c
drivers/md/raid5.c
include/linux/async_tx.h
include/linux/dmaengine.h