]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/configfs/dir.c
assorted conversions to %p[dD]
[karo-tx-linux.git] / fs / configfs / dir.c
index 668dcabc5695a3a153f5234cab0f759c7693af5c..c9c298bd3058924b8fed471ccdebabeef2feeb88 100644 (file)
@@ -386,7 +386,7 @@ static void remove_dir(struct dentry * d)
        if (d->d_inode)
                simple_rmdir(parent->d_inode,d);
 
-       pr_debug(" o %s removing done (%d)\n",d->d_name.name, d_count(d));
+       pr_debug(" o %pd removing done (%d)\n", d, d_count(d));
 
        dput(parent);
 }