]> asedeno.scripts.mit.edu Git - linux.git/commit
vfs: Convert virtio_balloon to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:25 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:06:15 +0000 (18:06 -0400)
commit99558d203ceab980d74066daac4050609f5eccf4
treefa4eaf1a909dbee60a97f2d9b5d3c983bbc33b4c
parent219e69639070438c969e7da282f513595b00f9d8
vfs: Convert virtio_balloon to use the new mount API

Convert the virtio_balloon 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: "Michael S. Tsirkin" <mst@redhat.com>
cc: Jason Wang <jasowang@redhat.com>
cc: virtualization@lists.linux-foundation.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/virtio/virtio_balloon.c