summaryrefslogtreecommitdiffstats
path: root/fs/iomap/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-15 08:50:59 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-17 07:16:00 -0700
commitafc51aaa22f26cb2894083c4f25097e0950f1609 (patch)
tree5cda015482fd64aa7fd4020c004b32ee605cc462 /fs/iomap/Makefile
parentdb074436f421967f4f30cfbb6fbc2a728f3e62b3 (diff)
downloadlinux-afc51aaa22f26cb2894083c4f25097e0950f1609.tar.gz
linux-afc51aaa22f26cb2894083c4f25097e0950f1609.tar.bz2
linux-afc51aaa22f26cb2894083c4f25097e0950f1609.zip
iomap: move the buffered IO code into a separate file
Move the buffered IO code into a separate file so that we can group related functions in a single file instead of having a single enormous source file. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/iomap/Makefile')
-rw-r--r--fs/iomap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
index a67a97758858..19fd672cd486 100644
--- a/fs/iomap/Makefile
+++ b/fs/iomap/Makefile
@@ -6,6 +6,7 @@
obj-$(CONFIG_FS_IOMAP) += iomap.o
iomap-y += \
+ buffered-io.o \
direct-io.o \
fiemap.o \
seek.o