[PATCH v5 4/4] zram: compare all the entries with same checksum for deduplication

2017-05-11 Thread js1304
From: Joonsoo Kim Until now, we compare just one entry with same checksum when checking duplication since it is the simplest way to implement. However, for the completeness, checking all the entries is better so this patch implement to compare all the entries with same

[PATCH v5 4/4] zram: compare all the entries with same checksum for deduplication

2017-05-11 Thread js1304
From: Joonsoo Kim Until now, we compare just one entry with same checksum when checking duplication since it is the simplest way to implement. However, for the completeness, checking all the entries is better so this patch implement to compare all the entries with same checksum. Since this event