xfs: remove the unused xfs_count_page_state declaration
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:31:36 +0000 (19:31 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sun, 30 Jun 2019 16:05:17 +0000 (09:05 -0700)
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>
fs/xfs/xfs_aops.h

index f62b031..45a1ea2 100644 (file)
@@ -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 *);