]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/9p/fid.c
Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / fs / 9p / fid.c
index d51ec9fafcc81d097924a7c3472a406f1b75048c..47db55aee7f2d1ad233c209a7be54ea1f1e58466 100644 (file)
@@ -65,8 +65,8 @@ static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any)
 {
        struct p9_fid *fid, *ret;
 
-       p9_debug(P9_DEBUG_VFS, " dentry: %s (%p) uid %d any %d\n",
-                dentry->d_name.name, dentry, from_kuid(&init_user_ns, uid),
+       p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n",
+                dentry, dentry, from_kuid(&init_user_ns, uid),
                 any);
        ret = NULL;
        /* we'll recheck under lock if there's anything to look in */