summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-07 12:23:15 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-08-07 23:38:49 -0400
commit47b34458fc937f2cbe1c0ccefbc159b6dc887f93 (patch)
treeef6349b8aafe970ed4ca85bff48de8d84312f0d9 /drivers
parentbcd599e790d886dcd94b7325515a81fb1647d265 (diff)
downloadlinux-stable-47b34458fc937f2cbe1c0ccefbc159b6dc887f93.tar.gz
linux-stable-47b34458fc937f2cbe1c0ccefbc159b6dc887f93.tar.bz2
linux-stable-47b34458fc937f2cbe1c0ccefbc159b6dc887f93.zip
lustre: use %pD
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lustre/lustre/llite/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/staging/lustre/lustre/llite/file.c
index 57281b9e31ff..23249b3e6cad 100644
--- a/drivers/staging/lustre/lustre/llite/file.c
+++ b/drivers/staging/lustre/lustre/llite/file.c
@@ -1141,8 +1141,8 @@ ll_file_io_generic(const struct lu_env *env, struct vvp_io_args *args,
struct cl_io *io;
ssize_t result;
- CDEBUG(D_VFSTRACE, "file: %s, type: %d ppos: %llu, count: %zd\n",
- file->f_path.dentry->d_name.name, iot, *ppos, count);
+ CDEBUG(D_VFSTRACE, "file: %pD, type: %d ppos: %llu, count: %zd\n",
+ file, iot, *ppos, count);
restart:
io = vvp_env_thread_io(env);