diff options
Diffstat (limited to 'fs/ceph/caps.c')
-rw-r--r-- | fs/ceph/caps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index 7c692e746237..619b61655ee5 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c | |||
@@ -2708,6 +2708,7 @@ void ceph_handle_caps(struct ceph_mds_session *session, | |||
2708 | * along for the mds (who clearly thinks we still have this | 2708 | * along for the mds (who clearly thinks we still have this |
2709 | * cap). | 2709 | * cap). |
2710 | */ | 2710 | */ |
2711 | ceph_add_cap_releases(mdsc, session, -1); | ||
2711 | ceph_send_cap_releases(mdsc, session); | 2712 | ceph_send_cap_releases(mdsc, session); |
2712 | goto done; | 2713 | goto done; |
2713 | } | 2714 | } |