virtiofs: get rid of no_mount_options
authorVivek Goyal <vgoyal@redhat.com>
Wed, 19 Aug 2020 22:19:45 +0000 (18:19 -0400)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 10 Sep 2020 09:39:22 +0000 (11:39 +0200)
commitf4fd4ae354ba23c948afb0ee3386182acb96d481
tree661bd4295752679afa758e10692d9583b9d05258
parentb43b7e81eb2b188fab1d8bc334b4b725f6d2ae10
virtiofs: get rid of no_mount_options

This option was introduced so that for virtio_fs we don't show any mounts
options fuse_show_options(). Because we don't offer any of these options
to be controlled by mounter.

Very soon we are planning to introduce option "dax" which mounter should
be able to specify. And no_mount_options does not work anymore.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/fuse_i.h
fs/fuse/inode.c
fs/fuse/virtio_fs.c