diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 12:20:01 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 23:38:47 -0400 |
commit | f66debf1b3755039680289d83fe7a92a4ad3d77d (patch) | |
tree | fc6356dda766d25bf73e5c0096058d931afd4772 /fs/orangefs/dir.c | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-f66debf1b3755039680289d83fe7a92a4ad3d77d.tar.gz linux-f66debf1b3755039680289d83fe7a92a4ad3d77d.tar.bz2 linux-f66debf1b3755039680289d83fe7a92a4ad3d77d.zip |
orangefs: use %pd/%pD
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/orangefs/dir.c')
-rw-r--r-- | fs/orangefs/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/dir.c b/fs/orangefs/dir.c index 324f0af40d7b..284373a57a08 100644 --- a/fs/orangefs/dir.c +++ b/fs/orangefs/dir.c @@ -177,8 +177,8 @@ static int orangefs_readdir(struct file *file, struct dir_context *ctx) } gossip_debug(GOSSIP_DIR_DEBUG, - "orangefs_readdir called on %s (pos=%llu)\n", - dentry->d_name.name, llu(pos)); + "orangefs_readdir called on %pd (pos=%llu)\n", + dentry, llu(pos)); memset(&readdir_response, 0, sizeof(readdir_response)); |