]> git.baikalelectronics.ru Git - kernel.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)
commiteb6ec2aa3e52670eb33c8793af31c77e38678c2f
treefa4eaf1a909dbee60a97f2d9b5d3c983bbc33b4c
parent473bcc0eb65929c54c60266c19e57ad786f1aa53
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