[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1440613970-23913-1-git-send-email-ddstreet@ieee.org>
Date: Wed, 26 Aug 2015 14:32:48 -0400
From: Dan Streetman <ddstreet@...e.org>
To: Seth Jennings <sjennings@...iantweb.net>,
Andrew Morton <akpm@...ux-foundation.org>,
Rusty Russell <rusty@...tcorp.com.au>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Linux-MM <linux-mm@...ck.org>, Dan Streetman <ddstreet@...e.org>
Subject: [PATCH 0/2] zswap: use charp type params instead of fixed-len strings
These patches change zswap to use charp type params instead of the
existing fixed length char[] buffers for the zpool and compressor params.
This saves memory and simplifies the param setting function.
Dan Streetman (2):
module: export param_free_charp()
zswap: use charp for zswap param strings
include/linux/moduleparam.h | 1 +
kernel/params.c | 3 +-
mm/zswap.c | 80 ++++++++++++++++++++++-----------------------
3 files changed, 43 insertions(+), 41 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists