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:50:58 -0700 committer: Darrick J. Wong <darrick.wong@oracle.com> 2019-07-17 07:14:10 -0700 commit: 56a178981d47075f6fe5e1c4de77036c821d2877 parent: 5157fb8f5ae123badeeb5effd0716712066e20d8
Commit Summary:
iomap: move the SEEK_HOLE code into a separate file
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index 44cef914020f..5dfe8b5cf330 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -6,6 +6,7 @@
 obj-$(CONFIG_FS_IOMAP)		+= iomap.o
 
 iomap-y				+= \
-					fiemap.o
+					fiemap.o \
+					seek.o
 
 iomap-$(CONFIG_SWAP)		+= swapfile.o