VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Vivek Goyal <vgoyal@redhat.com> 2020-08-19 18:19:51 -0400 committer: Miklos Szeredi <mszeredi@redhat.com> 2020-09-10 11:39:23 +0200 commit: c2d0ad00d948de73c78f05d2b3e5bdfa605035cc parent: ceec02d4354a317cacce4b053a580ea3c7fc6cdc
Commit Summary:
virtiofs: implement dax read/write operations
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig
index fddd40630077..40ce9a1c12e5 100644
--- a/fs/fuse/Kconfig
+++ b/fs/fuse/Kconfig
@@ -42,6 +42,7 @@ config VIRTIO_FS
 config FUSE_DAX
 	bool "Virtio Filesystem Direct Host Memory Access support"
 	default y
+	select INTERVAL_TREE
 	depends on VIRTIO_FS
 	depends on FS_DAX
 	depends on DAX_DRIVER