From: Jeff Layton Date: Wed, 7 Jul 2021 16:26:47 +0000 (-0400) Subject: ceph: remove some defunct forward declarations X-Git-Tag: v5.15-rc1~56^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49f8899e5edfc4b8a97d3959e1ded5a95f2e46b3;p=thirdparty%2Flinux.git ceph: remove some defunct forward declarations We missed these in the recent fscache rework. Reported-by: Steve French Signed-off-by: Jeff Layton Signed-off-by: Ilya Dryomov --- diff --git a/fs/ceph/cache.h b/fs/ceph/cache.h index 1409d61492817..058ea2a043762 100644 --- a/fs/ceph/cache.h +++ b/fs/ceph/cache.h @@ -26,12 +26,6 @@ void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci); void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp); void ceph_fscache_revalidate_cookie(struct ceph_inode_info *ci); -int ceph_readpage_from_fscache(struct inode *inode, struct page *page); -int ceph_readpages_from_fscache(struct inode *inode, - struct address_space *mapping, - struct list_head *pages, - unsigned *nr_pages); - static inline void ceph_fscache_inode_init(struct ceph_inode_info *ci) { ci->fscache = NULL;