From: Yan, Zheng Date: Sat, 1 Mar 2014 14:22:57 +0000 (+0800) Subject: ceph: print inode number for LOOKUPINO request X-Git-Tag: v3.15-rc1~61^2~56 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c137a32a408af7a5635f3d0c5ddd34d270af9a3b;p=~emulex%2Finfiniband.git ceph: print inode number for LOOKUPINO request Signed-off-by: Yan, Zheng Reviewed-by: Sage Weil --- diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 8c6f313db3e..16b54aa31f0 100644 --- a/fs/ceph/debugfs.c +++ b/fs/ceph/debugfs.c @@ -93,6 +93,8 @@ static int mdsc_show(struct seq_file *s, void *p) } else if (req->r_path1) { seq_printf(s, " #%llx/%s", req->r_ino1.ino, req->r_path1); + } else { + seq_printf(s, " #%llx", req->r_ino1.ino); } if (req->r_old_dentry) {