The original passed in parameter "now" is useless, so
_dump method is identical to dump and shall be considered
as redundant.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
}
void MDRequestImpl::dump(Formatter *f) const
-{
- _dump(ceph_clock_now(g_ceph_context), f);
-}
-
-void MDRequestImpl::_dump(utime_t now, Formatter *f) const
{
f->dump_string("flag_point", state_string());
f->dump_stream("reqid") << reqid;
// TrackedOp stuff
typedef ceph::shared_ptr<MDRequestImpl> Ref;
protected:
- void _dump(utime_t now, Formatter *f) const;
void _dump_op_descriptor_unlocked(ostream& stream) const;
};