]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove duplicate context completion calls 68446/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 30 Apr 2026 06:05:05 +0000 (11:35 +0530)
committerVenky Shankar <vshankar@redhat.com>
Sat, 2 May 2026 13:58:53 +0000 (19:28 +0530)
commita77af14dd75bd4bda8b245ec7da0b85abccebc45
tree785eba11843bc457d0a8878dd6ad257265b32e96
parent02735a362c685bfdb975ab86c9b042a8792f75b0
mds: remove duplicate context completion calls

After reverting commit df404e0, the context completion in
MDSRank handling for `dump stray` command isn't required.

Also fixup the incorrect usage of std::unique_ptr with context
completion class (Context). Contexts delete themselves upon
completion.

Introduced-by: 801951e8c0d62dbbe724ce506fb44bc809bb7d4f
Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/MDSRank.cc