Re: [PATCH v5] kvfree_rcu: Release page cache under memory pressure

2021-02-12 Thread Uladzislau Rezki
> From: Zqiang > > Add free per-cpu existing krcp's page cache operation in shrink callback > function, and also during shrink period, simple delay schedule fill page > work, to avoid refill page while free krcp page cache. > > Signed-off-by: Zqiang > Co-developed-by: Uladzislau Rezki (Sony)

[PATCH v5] kvfree_rcu: Release page cache under memory pressure

2021-02-11 Thread qiang . zhang
From: Zqiang Add free per-cpu existing krcp's page cache operation in shrink callback function, and also during shrink period, simple delay schedule fill page work, to avoid refill page while free krcp page cache. Signed-off-by: Zqiang Co-developed-by: Uladzislau Rezki (Sony) --- v1->v4: