]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc56e086a859a8e86c70a1070f5617ac5f7a6f103
tree5ace2f4d76d186b63270a4253eb85e6c12c47e2e
parent5a30841713839771d7d14af2c61abd1c4548291a
[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