Message ID | 1393687411-2457-4-git-send-email-zheng.z.yan@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 6d59006..a9b5103 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) {
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> --- fs/ceph/debugfs.c | 2 ++ 1 file changed, 2 insertions(+)