diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 18:51:00 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-17 17:20:43 +0300 |
commit | cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd (patch) | |
tree | da6484b487f636f0eefd781f10b522a5652dd2c8 /fs/Makefile | |
parent | afc51aaa22f26cb2894083c4f25097e0950f1609 (diff) | |
download | linux-cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd.tar.xz |
iomap: move the main iteration code into a separate file
Move the main iteration 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/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 8e61bdf9f330..d60089fd689b 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -52,7 +52,6 @@ obj-$(CONFIG_COREDUMP) += coredump.o obj-$(CONFIG_SYSCTL) += drop_caches.o obj-$(CONFIG_FHANDLE) += fhandle.o -obj-$(CONFIG_FS_IOMAP) += iomap.o obj-y += iomap/ obj-y += quota/ |