Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139165
b: refs/heads/master
c: 88c3bd7
h: refs/heads/master
i:
  139163: 7fe726d
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Apr 1, 2009
1 parent 95455fc commit cb3ee2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 71aa653c6bfa6743d838342105ebc067145394e4
refs/heads/master: 88c3bd707c2552bcef93cc3724647903aece159d
5 changes: 3 additions & 2 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ unsigned long shrink_slab(unsigned long scanned, gfp_t gfp_mask,
do_div(delta, lru_pages + 1);
shrinker->nr += delta;
if (shrinker->nr < 0) {
printk(KERN_ERR "%s: nr=%ld\n",
__func__, shrinker->nr);
printk(KERN_ERR "shrink_slab: %pF negative objects to "
"delete nr=%ld\n",
shrinker->shrink, shrinker->nr);
shrinker->nr = max_pass;
}

Expand Down

0 comments on commit cb3ee2d

Please sign in to comment.