]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/MDSMonitor: make use of imported namespace symbols 53721/head
authorRishabh Dave <ridave@redhat.com>
Wed, 4 Oct 2023 18:52:51 +0000 (00:22 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 5 Oct 2023 14:26:32 +0000 (19:56 +0530)
commit84f12809919fe93ff43e7e8b7c22fb5ffeb35990
tree0f11df3139dd6e313875dfc661467d5643599d0d
parent7c864711e5ace2343b9f3bfea152d257fc0a4958
src/MDSMonitor: make use of imported namespace symbols

Symbols imported into current namespace should be used directly; there
is no need to mention their parent namespace while using them. IOW, to use
"std::string" after it has been imported, just write "string" instead of
"std::string".

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mon/MDSMonitor.cc