]> 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>
Mon, 3 Mar 2025 13:19:56 +0000 (13:19 +0000)
commitdf404e03915765ef5c854a48556fd716161f3add
treee93f1b4466604d092b2e6e5b0128c25aa743f0c1
parent4697f4e858f0a9a4d1974811e225fb4ee1569d4a
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
src/mds/MDSContext.cc
src/mds/MDSContext.h