From: yonghengdexin735 Date: Wed, 31 May 2017 00:34:42 +0000 (+0800) Subject: mon: Add override for FsNewHandler::handle() X-Git-Tag: v12.1.0~87^2~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15331%2Fhead;p=ceph.git mon: Add override for FsNewHandler::handle() Signed-off-by: yonghengdexin735 --- diff --git a/src/mon/FSCommands.cc b/src/mon/FSCommands.cc index 630736c39899..a5392812d0b2 100644 --- a/src/mon/FSCommands.cc +++ b/src/mon/FSCommands.cc @@ -90,7 +90,7 @@ class FsNewHandler : public FileSystemCommandHandler FSMap &fsmap, MonOpRequestRef op, map &cmdmap, - std::stringstream &ss) + std::stringstream &ss) override { string metadata_name; cmd_getval(g_ceph_context, cmdmap, "metadata", metadata_name);