diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 18:51:01 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-17 17:21:02 +0300 |
commit | 5d907307adc14cd5148b07629c2b4535acd06062 (patch) | |
tree | f661053298a15fbbac6e609cbbb01696f4ced1d2 /fs/iomap/seek.c | |
parent | cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd (diff) | |
download | linux-5d907307adc14cd5148b07629c2b4535acd06062.tar.xz |
iomap: move internal declarations into fs/iomap/
Move internal function declarations out of fs/internal.h into
include/linux/iomap.h so that our transition is complete.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/iomap/seek.c')
-rw-r--r-- | fs/iomap/seek.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/iomap/seek.c b/fs/iomap/seek.c index 715442eb71aa..c04bad4b2b43 100644 --- a/fs/iomap/seek.c +++ b/fs/iomap/seek.c @@ -10,8 +10,6 @@ #include <linux/pagemap.h> #include <linux/pagevec.h> -#include "../internal.h" - /* * Seek for SEEK_DATA / SEEK_HOLE within @page, starting at @lastoff. * Returns true if found and updates @lastoff to the offset in file. |