diff options
author | Yan, Zheng <zheng.z.yan@intel.com> | 2013-02-18 00:43:43 -0500 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-02 00:14:31 -0400 |
commit | d40ee0dcc1b27792b9b2f3905a5eaf4da061dbd5 (patch) | |
tree | 6f0b0d510311f809ebe69f3d3806be48e8d8ce68 /fs/ceph/mds_client.c | |
parent | 8a034497005491dc91ed7bfd660b04923d35d0e6 (diff) |
ceph: queue cap release when trimming cap
So the client will later send cap release message to MDS
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r-- | fs/ceph/mds_client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index 6e67a3501673..fb7cb05d8aba 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c | |||
@@ -1197,6 +1197,8 @@ static int trim_caps_cb(struct inode *inode, struct ceph_cap *cap, void *arg) | |||
1197 | session->s_trim_caps--; | 1197 | session->s_trim_caps--; |
1198 | if (oissued) { | 1198 | if (oissued) { |
1199 | /* we aren't the only cap.. just remove us */ | 1199 | /* we aren't the only cap.. just remove us */ |
1200 | __queue_cap_release(session, ceph_ino(inode), cap->cap_id, | ||
1201 | cap->mseq, cap->issue_seq); | ||
1200 | __ceph_remove_cap(cap); | 1202 | __ceph_remove_cap(cap); |
1201 | } else { | 1203 | } else { |
1202 | /* try to drop referring dentries */ | 1204 | /* try to drop referring dentries */ |