Re: [PATCH v4 0/4] zram: implement deduplication in zram

2017-04-27 Thread Sergey Senozhatsky
On (04/26/17 09:52), js1...@gmail.com wrote: > From: Joonsoo Kim > > Changes from v3 > o fix module build problem > o make zram_dedup_enabled() statically return false if CONFIG_ZRAM_DEDUP=n the entire patch set Reviewed-by: Sergey Senozhatsky -ss

[PATCH v4 0/4] zram: implement deduplication in zram

2017-04-25 Thread js1304
From: Joonsoo Kim Changes from v3 o fix module build problem o make zram_dedup_enabled() statically return false if CONFIG_ZRAM_DEDUP=n Changes from v2 o rebase to latest zram code o manage alloc/free of the zram_entry in zram_drv.c o remove useless RB_CLEAR_NODE o set RO permission tor use_deup