]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: remove the incorrect std::move for fsname and path 56981/head
authorXiubo Li <xiubli@redhat.com>
Thu, 18 Apr 2024 10:09:17 +0000 (18:09 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 25 Apr 2024 01:47:47 +0000 (09:47 +0800)
commit2ca75522fdce3f551272b8b19371737800ed7526
tree133d3ad701581767935edd7b3f7f6a387df4f133
parent4e213a58e787437ff508e6c890ccd5fd32dc96b5
mds: remove the incorrect std::move for fsname and path

When opening the sessions mds auth grants could be copied many
times, std::move here is incorrect and will leave the origin
as not usable.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/MDSAuthCaps.h