aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/caps.c')
-rw-r--r--fs/ceph/caps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c
index b28915d5f404..a5b5725931bf 100644
--- a/fs/ceph/caps.c
+++ b/fs/ceph/caps.c
@@ -2717,7 +2717,7 @@ void ceph_handle_caps(struct ceph_mds_session *session,
2717 * along for the mds (who clearly thinks we still have this 2717 * along for the mds (who clearly thinks we still have this
2718 * cap). 2718 * cap).
2719 */ 2719 */
2720 ceph_add_cap_releases(mdsc, session, -1); 2720 ceph_add_cap_releases(mdsc, session);
2721 ceph_send_cap_releases(mdsc, session); 2721 ceph_send_cap_releases(mdsc, session);
2722 goto done; 2722 goto done;
2723 } 2723 }