From: David Zafman Date: Wed, 16 Nov 2016 19:40:11 +0000 (-0800) Subject: mon: Fix compiler warnings, missed _dump() change X-Git-Tag: v11.1.0~260^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=006ab8dfe779dd8c85bb9a8bd5ae5ca407026ce0;p=ceph.git mon: Fix compiler warnings, missed _dump() change Caused by: af720cc87b4d631695c1549c31d57bfbc82bc6ba Signed-off-by: David Zafman --- diff --git a/src/mon/MonOpRequest.h b/src/mon/MonOpRequest.h index e8339f6c646c..3c6ad08771e1 100644 --- a/src/mon/MonOpRequest.h +++ b/src/mon/MonOpRequest.h @@ -103,7 +103,7 @@ private: } } - void _dump(utime_t now, Formatter *f) const { + void _dump(Formatter *f) const { { f->open_array_section("events"); Mutex::Locker l(lock);