commit | 88c3bd707c2552bcef93cc3724647903aece159d | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Tue Mar 31 15:23:29 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 01 08:59:15 2009 -0700 |
tree | 68c104f559854b1f5fea01ed8568584e535ac597 | |
parent | 71aa653c6bfa6743d838342105ebc067145394e4 [diff] |
vmscan: print shrink_slab symbol name on negative shrinker objects When a shrinker has a negative number of objects to delete, the symbol name of the shrinker should be printed, not shrink_slab. This also makes the error message slightly more informative. Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>