git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c8c62
)
vmscan: fix shrinker callback bug in fs/super.c
author
Mikulas Patocka
<mpatocka@redhat.com>
Tue, 1 Nov 2011 00:08:57 +0000
(17:08 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 1 Nov 2011 00:30:49 +0000
(17:30 -0700)
The callback must not return -1 when nr_to_scan is zero. Fix the bug in
fs/super.c and add this requirement to the callback specification.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: Dave Chinner <david@fromorbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found