Merge PR #20854 into master

* refs/pull/20854/head:
	client: add ctime/btime to Inode dump

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: huanwen ren <ren.huanwen@zte.com.cn>
This commit is contained in:
Patrick Donnelly 2018-03-27 14:54:34 -07:00
commit 272b6f641c
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -46,7 +46,9 @@ ostream& operator<<(ostream &out, const Inode &in)
<< " open=" << in.open_by_mode
<< " mode=" << oct << in.mode << dec
<< " size=" << in.size << "/" << in.max_size
<< " btime=" << in.btime
<< " mtime=" << in.mtime
<< " ctime=" << in.ctime
<< " caps=" << ccap_string(in.caps_issued());
if (!in.caps.empty()) {
out << "(";