VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 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, 4 insertions, 0 deletions
diff --git a/fs/netfs/Makefile b/fs/netfs/Makefile
new file mode 100644
index 000000000000..4b4eff2ba369
--- /dev/null
+++ b/fs/netfs/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0
+
+netfs-y := \
+	read_helper.o
+
+obj-$(CONFIG_NETFS_SUPPORT) := netfs.o