X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fceph%2Fdebugfs.c;h=fb962efdacee8cdbbdff2c3324516d0356d2e2e5;hb=75623437167d9d1ef14acaf6b3fb4ccd38fcbc84;hp=0dba6915712becaef62b6802bb88d1a7b36ea854;hpb=2ff55e98d6e662a4887d2c688a4ab2ae510a97df;p=~andy%2Flinux diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 0dba6915712..fb962efdace 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 : "");