aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ntfs')
-rw-r--r--fs/ntfs/namei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/namei.c b/fs/ntfs/namei.c
index 436f36037e09..b3973c2fd190 100644
--- a/fs/ntfs/namei.c
+++ b/fs/ntfs/namei.c
@@ -111,8 +111,8 @@ static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent,
111 unsigned long dent_ino; 111 unsigned long dent_ino;
112 int uname_len; 112 int uname_len;
113 113
114 ntfs_debug("Looking up %s in directory inode 0x%lx.", 114 ntfs_debug("Looking up %pd in directory inode 0x%lx.",
115 dent->d_name.name, dir_ino->i_ino); 115 dent, dir_ino->i_ino);
116 /* Convert the name of the dentry to Unicode. */ 116 /* Convert the name of the dentry to Unicode. */
117 uname_len = ntfs_nlstoucs(vol, dent->d_name.name, dent->d_name.len, 117 uname_len = ntfs_nlstoucs(vol, dent->d_name.name, dent->d_name.len,
118 &uname); 118 &uname);