vfs: Convert zsmalloc to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:23 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:00:07 +0000 (18:00 -0400)
commit8e9231f819e32d8efb53b0f17f293bab74bed8ce
tree050fd5e714c8ac0bba9d9666763c7d2cc99c44b2
parent4fa7ec5db7e731a3db26b9647f39b0595f74347d
vfs: Convert zsmalloc to use the new mount API

Convert the zsmalloc filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Minchan Kim <minchan@kernel.org>
cc: Nitin Gupta <ngupta@vflare.org>
cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
cc: linux-mm@kvack.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/zsmalloc.c