diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2021-09-03 00:53:21 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-03 19:58:10 +0300 |
commit | 16e2df2a05d46c983bf310b19432c5ca4684b2bc (patch) | |
tree | e4b4696ec603a26a18c2c1733031efdc813ffe88 /mm/fadvise.c | |
parent | 3047250972ff935b1d7a0629fa3acb04c12dcc07 (diff) | |
download | linux-16e2df2a05d46c983bf310b19432c5ca4684b2bc.tar.xz |
fs: drop_caches: fix skipping over shadow cache inodes
When drop_caches truncates the page cache in an inode it also includes any
shadow entries for evicted pages. However, there is a preliminary check
on whether the inode has pages: if it has *only* shadow entries, it will
skip running truncation on the inode and leave it behind.
Fix the check to mapping_empty(), such that it runs truncation on any
inode that has cache entries at all.
Link: https://lkml.kernel.org/r/20210614211904.14420-2-hannes@cmpxchg.org
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Reported-by: Roman Gushchin <guro@fb.com>
Acked-by: Roman Gushchin <guro@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/fadvise.c')
0 files changed, 0 insertions, 0 deletions