VisionFive2 Linux kernel

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

More than 9999 Commits   35 Branches   59 Tags
author: Darrick J. Wong <darrick.wong@oracle.com> 2019-07-15 08:51:00 -0700 committer: Darrick J. Wong <darrick.wong@oracle.com> 2019-07-17 07:20:43 -0700 commit: cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd parent: afc51aaa22f26cb2894083c4f25097e0950f1609
Commit Summary:
iomap: move the main iteration code into a separate file
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index 19fd672cd486..2d165388d952 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -6,6 +6,7 @@
 obj-$(CONFIG_FS_IOMAP)		+= iomap.o
 
 iomap-y				+= \
+					apply.o \
 					buffered-io.o \
 					direct-io.o \
 					fiemap.o \