Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196735
b: refs/heads/master
c: 85c6201
h: refs/heads/master
i:
  196733: dec0c45
  196731: c0bc445
  196727: dc50b25
  196719: 4852624
  196703: b0c1a5f
  196671: 0cd373e
  196607: 01bac5e
v: v3
  • Loading branch information
David S. Miller authored and Herbert Xu committed May 19, 2010
1 parent 9c5ae80 commit da5fbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3385329a0a0f1d31ca1d011c7887006a7e5a9902
refs/heads/master: 85c6201a80ce4464a52c58a5f5ea8de15a557a6f
2 changes: 1 addition & 1 deletion trunk/crypto/scatterwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void scatterwalk_pagedone(struct scatter_walk *walk, int out,

void scatterwalk_done(struct scatter_walk *walk, int out, int more)
{
if (!offset_in_page(walk->offset) || !more)
if (!(scatterwalk_pagelen(walk) & (PAGE_SIZE - 1)) || !more)
scatterwalk_pagedone(walk, out, more);
}
EXPORT_SYMBOL_GPL(scatterwalk_done);
Expand Down

0 comments on commit da5fbed

Please sign in to comment.