[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180207092919.19696-1-sergey.senozhatsky@gmail.com>
Date: Wed, 7 Feb 2018 18:29:17 +0900
From: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
To: Minchan Kim <minchan@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Subject: [PATCH 0/2] zsmalloc/zram: drop zram's max_zpage_size
Hello,
ZRAM's max_zpage_size is a bad thing. It forces zsmalloc to
store normal objects as huge ones, which results in bigger zsmalloc
memory usage. Drop it and use actual zsmalloc huge-class value when
decide if the object is huge or not.
Sergey Senozhatsky (2):
zsmalloc: introduce zs_huge_object() function
zram: drop max_zpage_size and use zs_huge_object()
drivers/block/zram/zram_drv.c | 6 +++---
drivers/block/zram/zram_drv.h | 16 ----------------
include/linux/zsmalloc.h | 2 ++
mm/zsmalloc.c | 17 +++++++++++++++++
4 files changed, 22 insertions(+), 19 deletions(-)
--
2.16.1
Powered by blists - more mailing lists