git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3385329
)
crypto: scatterwalk - Fix scatterwalk_done() test
author
David S. Miller
<davem@davemloft.net>
Wed, 19 May 2010 04:06:29 +0000
(14:06 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 19 May 2010 04:06:29 +0000
(14:06 +1000)
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>
No differences found