]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: avoid killing dead requests
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 13 Feb 2024 20:58:19 +0000 (15:58 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Mar 2024 15:38:02 +0000 (11:38 -0400)
commit17e4f240d76a785a11a38e5a4b3aa555f9b7583b
treebc76d304e12c7cb984b9cb3bb0f85ba14cd7bf75
parente9b482f4aa300808220d49fd53b5c4bfd6130d08
mds: avoid killing dead requests

This is important when you have:

* sub-op A finishes and resumes parent
* parent kills all sub-ops (including sub-op A)

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit b72e153d2b36956e97b8686aeb6aaacffe928750)
src/mds/MDCache.cc
src/mds/Mutation.h