aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2021-07-07 12:26:47 -0400
committerIlya Dryomov <idryomov@gmail.com>2021-09-02 22:49:16 +0200
commit49f8899e5edfc4b8a97d3959e1ded5a95f2e46b3 (patch)
tree225f0c542b2476d7b0b8e8ab17f3a2c8891e4cca /fs/ceph
parentceph: flush the mdlog before waiting on unsafe reqs (diff)
downloadlinux-dev-49f8899e5edfc4b8a97d3959e1ded5a95f2e46b3.tar.xz
linux-dev-49f8899e5edfc4b8a97d3959e1ded5a95f2e46b3.zip
ceph: remove some defunct forward declarations
We missed these in the recent fscache rework. Reported-by: Steve French <smfrench@gmail.com> Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ceph/cache.h b/fs/ceph/cache.h
index 1409d6149281..058ea2a04376 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;