]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDSAuthCaps: use string and vector directly 54185/head
authorRishabh Dave <ridave@redhat.com>
Sat, 24 Jun 2023 04:15:03 +0000 (09:45 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 22 Mar 2024 16:44:17 +0000 (22:14 +0530)
commit8285a9fd77e51e5e3258232b688e47ec27fb7377
tree3d09e6af102c5b15a580fc0b0d5c8a8a1918be8b
parentbe4c5f8540d52cc6a388abf3a8494b7c28f46df1
MDSAuthCaps: use string and vector directly

Since std::string and std::vector are brought into the current namespace
at the beginning of MDSAuthCaps.cc, write "string" and "vector" instead
of "std::string" and "std::vector" respectively.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 34f2243b8c89ed13760eb55994bef5f1a679ab24)

Conflicts:
src/mds/MDSAuthCaps.cc: some code using string/vector was
deleted by a different Reef backport due to which some patches
from this commit weren't applicable.
src/mds/MDSAuthCaps.cc