Re: [PATCH] zram: fix missing zero pages for memory tracking

From: Sergey Senozhatsky
Date: Wed Sep 19 2018 - 03:29:22 EST


On (09/19/18 14:18), Minchan Kim wrote:
> We need to count zero filled pages as well as other pages in zram.

A nit,

'ZRAM_FLAG_SHIFT + 1' covers all ZRAM_SAME pages, not only
zero filled pages.

-ss