diff --git a/src/mds/Capability.h b/src/mds/Capability.h index 7e04de0bd20..c105a38fe13 100644 --- a/src/mds/Capability.h +++ b/src/mds/Capability.h @@ -311,7 +311,7 @@ public: issue(newpending); last_issue_stamp = other.last_issue_stamp; } else { - inc_last_seq(); + issue(CEPH_CAP_PIN); } client_follows = other.client_follows; @@ -330,7 +330,7 @@ public: else issue(newpending); } else { - inc_last_seq(); + issue(CEPH_CAP_PIN); } // wanted