From 3011b11d41d916a58434bb2ba9bc8a96c868e4ae Mon Sep 17 00:00:00 2001 From: yonghengdexin735 Date: Wed, 31 May 2017 08:34:42 +0800 Subject: [PATCH] mon: Add override for FsNewHandler::handle() Signed-off-by: yonghengdexin735 --- src/mon/FSCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/FSCommands.cc b/src/mon/FSCommands.cc index 630736c398990..a5392812d0b2d 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); -- 2.39.5