assorted conversions to %p[dD]
[firefly-linux-kernel-4.4.55.git] / fs / reiserfs / xattr.c
index 628248ce2f8b86e32653699a7c8c3bdd46537405..04b06146bae224f0f9177da58fee0c6fd6d3e747 100644 (file)
@@ -210,9 +210,9 @@ fill_with_dentries(struct dir_context *ctx, const char *name, int namelen,
        } else if (!dentry->d_inode) {
                /* A directory entry exists, but no file? */
                reiserfs_error(dentry->d_sb, "xattr-20003",
-                              "Corrupted directory: xattr %s listed but "
-                              "not found for file %s.\n",
-                              dentry->d_name.name, dbuf->xadir->d_name.name);
+                              "Corrupted directory: xattr %pd listed but "
+                              "not found for file %pd.\n",
+                              dentry, dbuf->xadir);
                dput(dentry);
                return -EIO;
        }