From: Christoph Hellwig Date: Sat, 29 Jun 2019 02:31:36 +0000 (-0700) Subject: xfs: remove the unused xfs_count_page_state declaration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1fdafce55c2c588205879bfd78e725728cb5c4cd;p=openwrt%2Fstaging%2Fblogic.git xfs: remove the unused xfs_count_page_state declaration Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- 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 *);