diff options
author | Jeff Layton <jlayton@redhat.com> | 2016-07-01 13:39:20 (GMT) |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-07-28 01:00:38 (GMT) |
commit | 8aa152c77890abd0731f119e4e6662375503e288 (patch) | |
tree | ebe3a679cf8f8c5d945600f6b1b11c799e33523d /fs/ceph/mds_client.h | |
parent | 9b16f03c474d05b16cbd9eed1ec335c6e71cb57b (diff) | |
download | linux-8aa152c77890abd0731f119e4e6662375503e288.tar.xz |
ceph: remove ceph_mdsc_lease_release
Nothing calls it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index 2ce8e9f..9dd2c82 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -385,10 +385,6 @@ extern void ceph_mdsc_destroy(struct ceph_fs_client *fsc); extern void ceph_mdsc_sync(struct ceph_mds_client *mdsc); -extern void ceph_mdsc_lease_release(struct ceph_mds_client *mdsc, - struct inode *inode, - struct dentry *dn); - extern void ceph_invalidate_dir_request(struct ceph_mds_request *req); extern int ceph_alloc_readdir_reply_buffer(struct ceph_mds_request *req, struct inode *dir); |