commit | a15813126272e5f81311e5e1330162baa40e5b0a | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Thu Jul 26 20:22:04 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 27 17:24:10 2018 +0200 |
tree | 98ad3b2a8b90878e7635a8ed0e1ab54484ff2266 | |
parent | 2497ee41295c769dc74cb8bac7e03842bc51d331 [diff] |
staging: erofs: introduce erofs shrinker This patch adds a dedicated shrinker targeting to free unneeded memory consumed by a number of erofs in-memory data structures. Like F2FS and UBIFS, it also adds: - sbi->umount_mutex to avoid races on shrinker and put_super - sbi->shrinker_run_no to not revisit recently scaned objects Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>