aboutsummaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-15 08:51:01 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-17 07:21:02 -0700
commit5d907307adc14cd5148b07629c2b4535acd06062 (patch)
treef661053298a15fbbac6e609cbbb01696f4ced1d2 /fs/internal.h
parentiomap: move the main iteration code into a separate file (diff)
downloadlinux-dev-5d907307adc14cd5148b07629c2b4535acd06062.tar.xz
linux-dev-5d907307adc14cd5148b07629c2b4535acd06062.zip
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/internal.h')
-rw-r--r--fs/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 2f3c3de51fad..2b0bebd67904 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -182,15 +182,5 @@ extern const struct dentry_operations ns_dentry_operations;
extern int do_vfs_ioctl(struct file *file, unsigned int fd, unsigned int cmd,
unsigned long arg);
-/*
- * iomap support:
- */
-typedef loff_t (*iomap_actor_t)(struct inode *inode, loff_t pos, loff_t len,
- void *data, struct iomap *iomap);
-
-loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
- unsigned flags, const struct iomap_ops *ops, void *data,
- iomap_actor_t actor);
-
/* direct-io.c: */
int sb_init_dio_done_wq(struct super_block *sb);