]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove duplicate context completion calls 68905/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 30 Apr 2026 06:05:05 +0000 (11:35 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 14 May 2026 09:05:14 +0000 (14:35 +0530)
commit1314d02a5134cde82c27966f46936e65c29c8b11
tree3488a1c740f5958c680882dcd191ffa158ef049a
parentd86a677954391063b87682a71075753a7eda9a34
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>
(cherry picked from commit a77af14dd75bd4bda8b245ec7da0b85abccebc45)
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/MDSRank.cc