]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: move MDSContext completion handling to finish method
authorIgor Golikov <igolikov@ibm.com>
Sun, 16 Feb 2025 08:42:44 +0000 (08:42 +0000)
committerIgor Golikov <igolikov@ibm.com>
Sun, 11 May 2025 10:00:20 +0000 (10:00 +0000)
commita589e142a1116754e29ca1d732e30670701fbdfe
tree9982fc4a2dce6530ffd884970de621a99a816255
parent990dd8063d5c7b4213305f63a2d5df48237fea56
mds: move MDSContext completion handling to finish method

the rename makes the code consistent and allows to call the
`MDSContext::finish` method from the `C_MDS_DumpStrayDirCtx::finish` method,
which fortifies the safety of the new dump stray folder command.

Signed-off-by: Igor Golikov <igolikov@ibm.com>
Fixes: http://tracker.ceph.com/issues/56442
(cherry picked from commit df404e03915765ef5c854a48556fd716161f3add)
src/mds/MDSContext.cc
src/mds/MDSContext.h