Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21085
b: refs/heads/master
c: 5b40dc7
h: refs/heads/master
i:
  21083: b3445a7
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Mar 17, 2006
1 parent c171ba3 commit 3b2dd95
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: 8ba32fde2c5be52865b2fd7e5e3752a46971fabe
refs/heads/master: 5b40dc780ed996162f3af8712eb03beb24dcdbef
3 changes: 2 additions & 1 deletion trunk/mm/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ void pagevec_strip(struct pagevec *pvec)
struct page *page = pvec->pages[i];

if (PagePrivate(page) && !TestSetPageLocked(page)) {
try_to_release_page(page, 0);
if (PagePrivate(page))
try_to_release_page(page, 0);
unlock_page(page);
}
}
Expand Down

0 comments on commit 3b2dd95

Please sign in to comment.