]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove superfluous cap sequence increment 26472/head
authorYan, Zheng <zyan@redhat.com>
Wed, 13 Feb 2019 09:19:00 +0000 (17:19 +0800)
committerPrashant D <pdhange@redhat.com>
Sun, 17 Feb 2019 23:09:00 +0000 (18:09 -0500)
commit789dd7076f101a46c29bae37e7a4fd0769aaba2b
treeec71c06e679e13701721fc97fa1978b13474c426
parent6ebe85630e8aa11d8fc85b24c13393caa4c021f4
mds: remove superfluous cap sequence increment

"cap->issue_norevoke(cap->issued())" was introduced by commit
10b1a5663f5 "mds: share inode max size after MDS recovers".
It is no longer required since commit 77515b7a3c7 "mds: increase
cap sequence when sharing max size"

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit d86287fa3cfaf897041fb179e8f7bc7a8818592b)
src/mds/Locker.cc