]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
zswap: allow initialization at boot without pool
authorDan Streetman <ddstreet@ieee.org>
Mon, 27 Feb 2017 22:26:47 +0000 (14:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:45 +0000 (18:43 -0800)
commitae3d89a7e0871bc7b57ef8d3c4dd7fdda43c285c
tree21453fc7be1d56cc7c4386ed1f3ffd60af504139
parent01cddfe99008da87dd4f6b8fbfa31e09257b9133
zswap: allow initialization at boot without pool

Allow zswap to initialize at boot even if it can't create its pool due
to a failure to create a zpool and/or compressor.  Allow those to be
created later, from the sysfs module param interface.

Link: http://lkml.kernel.org/r/20170124200259.16191-3-ddstreet@ieee.org
Signed-off-by: Dan Streetman <dan.streetman@canonical.com>
Cc: Seth Jennings <sjenning@redhat.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zswap.c