diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 17:50:59 +0200 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-17 16:16:00 +0200 |
commit | db074436f421967f4f30cfbb6fbc2a728f3e62b3 (patch) | |
tree | e4b7ada3652978fc7c8d9285660a34b3be1a5c36 /fs/iomap/Makefile | |
parent | iomap: move the SEEK_HOLE code into a separate file (diff) | |
download | linux-db074436f421967f4f30cfbb6fbc2a728f3e62b3.tar.xz linux-db074436f421967f4f30cfbb6fbc2a728f3e62b3.zip |
iomap: move the direct IO code into a separate file
Move the direct 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile index 5dfe8b5cf330..a67a97758858 100644 --- a/fs/iomap/Makefile +++ b/fs/iomap/Makefile @@ -6,6 +6,7 @@ obj-$(CONFIG_FS_IOMAP) += iomap.o iomap-y += \ + direct-io.o \ fiemap.o \ seek.o |