]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: place MDSGatherBuilder on the stack 37354/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 30 Jul 2020 02:42:44 +0000 (19:42 -0700)
committerNathan Cutler <ncutler@suse.com>
Mon, 5 Oct 2020 19:31:37 +0000 (21:31 +0200)
commit7f9dad921835d0b4e26436a92e30c4fd77f8e6c0
treed03f5f16f9e2c5568cb0d2e26b38644300e73c2d
parentc34b5e68aac9f900da4ed53cf3428836150e5df6
mds: place MDSGatherBuilder on the stack

This was not meant to be heap allocated; it's not freed via the Gather
machinery.

Fixes: https://tracker.ceph.com/issues/46766
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 5f5307679972c7600c9b0704f750a459046f701c)

Conflicts:
src/mds/Server.cc
- trivial whitespace
src/mds/MDSRank.cc
src/mds/Server.cc
src/mds/Server.h