Commit a56371d9 authored by Yan, Zheng's avatar Yan, Zheng Committed by Sage Weil

ceph: flush cap release queue when trimming session caps

Signed-off-by: default avatarYan, Zheng <zheng.z.yan@intel.com>
parent 48193012
......@@ -1311,6 +1311,9 @@ static int trim_caps(struct ceph_mds_client *mdsc,
trim_caps - session->s_trim_caps);
session->s_trim_caps = 0;
}
ceph_add_cap_releases(mdsc, session);
ceph_send_cap_releases(mdsc, session);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment