David S. Miller 85c6201a80 crypto: scatterwalk - Fix scatterwalk_done() test
We are done with the scattergather entry when the walk offset goes
past sg->offset + sg->length, not when it crosses a page boundary.

There is a similarly queer test in the second half of
scatterwalk_pagedone() that probably needs some scrutiny.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2010-05-19 14:06:29 +10:00
..
2010-02-16 20:24:07 +08:00
2010-02-16 20:26:46 +08:00
2010-02-16 20:29:01 +08:00
2010-02-16 20:29:45 +08:00
2010-02-16 20:31:19 +08:00
2010-02-16 20:33:49 +08:00
2010-03-08 16:55:37 +01:00
2010-03-02 21:58:16 +08:00
2010-03-18 20:22:55 +08:00