Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131133
b: refs/heads/master
c: 4f3e797
h: refs/heads/master
i:
  131131: a32a4e8
v: v3
  • Loading branch information
Herbert Xu committed Feb 9, 2009
1 parent 725e04b commit cd18273
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 412e87ae5d852bc3d836f475c19d954b3324363d
refs/heads/master: 4f3e797ad07d52d34983354a77b365dfcd48c1b4
3 changes: 2 additions & 1 deletion trunk/crypto/scatterwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ static void scatterwalk_pagedone(struct scatter_walk *walk, int out,
struct page *page;

page = sg_page(walk->sg) + ((walk->offset - 1) >> PAGE_SHIFT);
flush_dcache_page(page);
if (!PageSlab(page))
flush_dcache_page(page);
}

if (more) {
Expand Down

0 comments on commit cd18273

Please sign in to comment.