VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2020-05-13 17:41:20 +0100 committer: David Howells <dhowells@redhat.com> 2021-04-23 10:14:32 +0100 commit: 3d3c95046742e4eebaa4b891b0b01cbbed94ebbd parent: 99bff93c17c05470196b2c4e699c3e58d327022b
Commit Summary:
netfs: Provide readahead and readpage netfs helpers
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 3215fe205256..9c708e1fbe8f 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -67,6 +67,7 @@ obj-y				+= devpts/
 obj-$(CONFIG_DLM)		+= dlm/
  
 # Do not add any filesystems before this line
+obj-$(CONFIG_NETFS_SUPPORT)	+= netfs/
 obj-$(CONFIG_FSCACHE)		+= fscache/
 obj-$(CONFIG_REISERFS_FS)	+= reiserfs/
 obj-$(CONFIG_EXT4_FS)		+= ext4/