summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.h
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2016-10-03 09:52:51 +1100
committerDave Chinner <david@fromorbit.com>2016-10-03 09:52:51 +1100
commita89b3f97bb7c248aea155a90f31d3dfb93b75971 (patch)
tree274d6f99d2a81b73ba13868a9188b725c918e5b8 /fs/xfs/xfs_iomap.h
parent79ad57612495744d3875a6fba25c467a87b3ad64 (diff)
parent51446f5ba44874db4d2a93a6eb61b133e5ec1b3e (diff)
Merge branch 'xfs-4.9-delalloc-rework' into for-next
Diffstat (limited to 'fs/xfs/xfs_iomap.h')
-rw-r--r--fs/xfs/xfs_iomap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h
index fb8aca3d69ab..6498be485932 100644
--- a/fs/xfs/xfs_iomap.h
+++ b/fs/xfs/xfs_iomap.h
@@ -25,8 +25,6 @@ struct xfs_bmbt_irec;
int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t,
struct xfs_bmbt_irec *, int);
-int xfs_iomap_write_delay(struct xfs_inode *, xfs_off_t, size_t,
- struct xfs_bmbt_irec *);
int xfs_iomap_write_allocate(struct xfs_inode *, xfs_off_t,
struct xfs_bmbt_irec *);
int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t);