On (20/11/30 12:41), akpm@xxxxxxxxxxxxxxxxxxxx wrote: > > Currently, zram supports the stat via /sys/block/zram/mm_stat to represent > how many of incompressible pages are stored at the moment but it couldn't > show how many times incompressible pages were wrote down since zram set > up. It's also good indication to see how zram is effective in the system. > > Link: https://lkml.kernel.org/r/20201130201907.1284910-1-minchan@xxxxxxxxxx > Signed-off-by: Minchan Kim <minchan@xxxxxxxxxx> > Cc: Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Looks good to me Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> -ss