mm/vmscan: dont do shrink_slab in reclaim page cache
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I4SK3S CVE: NA -------------------------------- If page cache is over limit, it will trigger page cache reclaimation, only page cache should be reclaimed, but slab will be reclaimed by default in shrink_node, so disable shrink_slab by adding a control parameter in scan_control. Signed-off-by: NChen Wandun <chenwandun@huawei.com> Reviewed-by: NKefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录