aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_aops.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-09-19 11:26:41 +1000
committerDave Chinner <david@fromorbit.com>2016-09-19 11:26:41 +1000
commite372843a407ddff1e4c4acc7cdf3df9987bf48cc (patch)
treeb7b686f81f32ab70af5207d435e982d7bcc61f43 /fs/xfs/xfs_aops.h
parentxfs: take the ilock shared if possible in xfs_file_iomap_begin (diff)
downloadwireguard-linux-e372843a407ddff1e4c4acc7cdf3df9987bf48cc.tar.xz
wireguard-linux-e372843a407ddff1e4c4acc7cdf3df9987bf48cc.zip
xfs: refactor xfs_setfilesize
Rename the current function to __xfs_setfilesize and add a non-static wrapper that also takes care of creating the transaction. This new helper will be used by the new iomap-based DAX path. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r--fs/xfs/xfs_aops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h
index bf2d9a141a73..1950e3bca2ac 100644
--- a/fs/xfs/xfs_aops.h
+++ b/fs/xfs/xfs_aops.h
@@ -62,6 +62,7 @@ int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset,
int xfs_end_io_direct_write(struct kiocb *iocb, loff_t offset,
ssize_t size, void *private);
+int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
extern void xfs_count_page_state(struct page *, int *, int *);
extern struct block_device *xfs_find_bdev_for_inode(struct inode *);