diff options
author | Jeff Layton | 2019-07-23 15:09:50 -0400 |
---|---|---|
committer | Ilya Dryomov | 2019-09-16 12:06:24 +0200 |
commit | 5de16b30d3121eca26c8c898cc0eff090e21dda6 (patch) | |
tree | eafeb9a506ca3dc1ad1a68c4eeb3ff58021d5414 /fs/ceph/super.h | |
parent | b72b13eb203835a8a07c280939dd17584c6a688e (diff) |
ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds
Nothing calls these routines.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 2105c2c7a2a5..cf16308800fa 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -1052,7 +1052,6 @@ extern void ceph_kick_flushing_caps(struct ceph_mds_client *mdsc, struct ceph_mds_session *session); extern struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, int mds); -extern int ceph_get_cap_mds(struct inode *inode); extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps); extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had); extern void ceph_put_wrbuffer_cap_refs(struct ceph_inode_info *ci, int nr, |