]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: lock TrackedOp when dumping
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Jul 2023 16:56:27 +0000 (12:56 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 8 Aug 2023 12:58:41 +0000 (08:58 -0400)
commit9d75d6b0bdfe18ffb6f345bacb02dc602d014398
treee71ac966a135946b7e056f7c2dc4810b01455218
parent60d1bdb1f53723249746d64c660f88aa79cd5b35
mds: lock TrackedOp when dumping

The MDS does not generally bother locking a Mutation before changing
anything so this lock provides weak protection. In any case, try to
improve on that...

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/Mutation.cc