summaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorChristoph Hellwig2019-06-29 04:31:36 +0200
committerDarrick J. Wong2019-06-30 18:05:17 +0200
commit1fdafce55c2c588205879bfd78e725728cb5c4cd (patch)
treeb769946cecce6f0b764f2e0533843606b1d74cf6 /fs/xfs
parentxfs: fix iclog allocation size (diff)
downloadkernel-qcow2-linux-1fdafce55c2c588205879bfd78e725728cb5c4cd.tar.gz
kernel-qcow2-linux-1fdafce55c2c588205879bfd78e725728cb5c4cd.tar.xz
kernel-qcow2-linux-1fdafce55c2c588205879bfd78e725728cb5c4cd.zip
xfs: remove the unused xfs_count_page_state declaration
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_aops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h
index f62b03186c62..45a1ea240cbb 100644
--- a/fs/xfs/xfs_aops.h
+++ b/fs/xfs/xfs_aops.h
@@ -28,7 +28,6 @@ extern const struct address_space_operations xfs_dax_aops;
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 *);
extern struct dax_device *xfs_find_daxdev_for_inode(struct inode *);