diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-31 08:03:21 +0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-06-03 19:12:24 +0400 |
commit | cf610bf4199770420629d3bc273494bd27ad6c1d (patch) | |
tree | 76418cad3b35d8b40090ae13d5100de598e6c4cb /mm/fadvise.c | |
parent | da8b94ea61c5d80aae0cc7b7541f1e0fa7459391 (diff) | |
download | linux-cf610bf4199770420629d3bc273494bd27ad6c1d.tar.xz |
UBIFS: fix shrinker object count reports
Sometimes VM asks the shrinker to return amount of objects it can shrink,
and we return the ubifs_clean_zn_cnt in that case. However, it is possible
that this counter is negative for a short period of time, due to the way
UBIFS TNC code updates it. And I can observe the following warnings sometimes:
shrink_slab: ubifs_shrinker+0x0/0x2b7 [ubifs] negative objects to delete nr=-8541616642706119788
This patch makes sure UBIFS never returns negative count of objects.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Cc: stable@kernel.org
Diffstat (limited to 'mm/fadvise.c')
0 files changed, 0 insertions, 0 deletions