Message ID | 1394183077-399-6-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 8c6f313..16b54aa 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(+)