X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fceph%2Fdebugfs.c;h=fb962efdacee8cdbbdff2c3324516d0356d2e2e5;hb=41b02e1f9bb87b07d792b64aaeb7af3d00d69cd2;hp=0dba6915712becaef62b6802bb88d1a7b36ea854;hpb=4f1772645296a230e04f5c53e79cfb6f841ce634;p=deliverable%2Flinux.git diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 0dba6915712b..fb962efdacee 100644 --- a/fs/ceph/debugfs.c +++ b/fs/ceph/debugfs.c @@ -102,7 +102,7 @@ static int mdsc_show(struct seq_file *s, void *p) path = NULL; spin_lock(&req->r_old_dentry->d_lock); seq_printf(s, " #%llx/%.*s (%s)", - ceph_ino(req->r_old_dentry->d_parent->d_inode), + ceph_ino(req->r_old_dentry_dir), req->r_old_dentry->d_name.len, req->r_old_dentry->d_name.name, path ? path : "");