virtiofs: add a mount option to enable dax
authorVivek Goyal <vgoyal@redhat.com>
Wed, 19 Aug 2020 22:19:47 +0000 (18:19 -0400)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 10 Sep 2020 09:39:22 +0000 (11:39 +0200)
commit1dd539577c42b67da796e2e758e04171bb889779
treeec3e67b9b630f9803c9f01d8ebaabb9a9db3ea1d
parent22f3787e9d95e72d1f09795f294fb010e2998f43
virtiofs: add a mount option to enable dax

Add a mount option to allow using dax with virtio_fs.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Kconfig
fs/fuse/Makefile
fs/fuse/dax.c [new file with mode: 0644]
fs/fuse/fuse_i.h
fs/fuse/inode.c
fs/fuse/virtio_fs.c