[CRYPTO] api: Flush the current page right than the next
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:58:20 +0000 (12:58 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 31 Mar 2007 02:58:20 +0000 (12:58 +1000)
commit9f1167272890c210399e6b8a32d7cf7295713f5d
tree5ace2f4d76d186b63270a4253eb85e6c12c47e2e
parent4ee531a3e661207d4b2174486b0f86017a3adb82
[CRYPTO] api: Flush the current page right than the next

On platforms where flush_dcache_page is needed we're currently flushing
the next page right than the one we've just processed.  This patch fixes
the off-by-one error.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/scatterwalk.c