From: Yan, Zheng Date: Sat, 1 Mar 2014 14:22:57 +0000 (+0800) Subject: ceph: print inode number for LOOKUPINO request X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c137a32a408af7a5635f3d0c5ddd34d270af9a3b;p=linux-beck.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 8c6f313db3ea..16b54aa31f08 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) {