On Tue, Jun 06, 2023 at 04:56:08PM +0200, Domenico Cerasuolo wrote: > With the recent enhancement to zswap enabling direct page writeback, the > need for the shrink code in zsmalloc has become obsolete. As a result, > this commit removes the page reclaim logic from zsmalloc entirely. > > Signed-off-by: Domenico Cerasuolo <cerasuolodomenico@xxxxxxxxx> > --- > mm/zsmalloc.c | 393 ++------------------------------------------------ > 1 file changed, 13 insertions(+), 380 deletions(-) Yowsa. Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>