assorted conversions to %p[dD]
[deliverable/linux.git] / fs / 9p / vfs_inode_dotl.c
index 02b64f4e576ac48aa2f3310be3634e65c28a6079..6054c16b8faed41d0e80771a5a711f7c06a79fe8 100644 (file)
@@ -826,8 +826,8 @@ v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode,
        struct dentry *dir_dentry;
        struct posix_acl *dacl = NULL, *pacl = NULL;
 
-       p9_debug(P9_DEBUG_VFS, " %lu,%s mode: %hx MAJOR: %u MINOR: %u\n",
-                dir->i_ino, dentry->d_name.name, omode,
+       p9_debug(P9_DEBUG_VFS, " %lu,%pd mode: %hx MAJOR: %u MINOR: %u\n",
+                dir->i_ino, dentry, omode,
                 MAJOR(rdev), MINOR(rdev));
 
        if (!new_valid_dev(rdev))
This page took 0.028134 seconds and 5 git commands to generate.