Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211374
b: refs/heads/master
c: 47f43e7
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen committed Oct 7, 2010
1 parent cd3c491 commit e81bbdc
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: 0d9ee6a2d4a6e92c49e6fa9469e5731d21ee203e
refs/heads/master: 47f43e7efadacc627f325aba64c6a547de0926db
2 changes: 1 addition & 1 deletion trunk/mm/memory-failure.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void shake_page(struct page *p, int access)
int nr;
do {
nr = shrink_slab(1000, GFP_KERNEL, 1000);
if (page_count(p) == 0)
if (page_count(p) == 1)
break;
} while (nr > 10);
}
Expand Down

0 comments on commit e81bbdc

Please sign in to comment.