diff options
Diffstat (limited to 'fs/ecryptfs/file.c')
-rw-r--r-- | fs/ecryptfs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index b1eaa7a1f82c..c705360e2b16 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c | |||
@@ -230,8 +230,8 @@ static int ecryptfs_open(struct inode *inode, struct file *file) | |||
230 | if (rc) { | 230 | if (rc) { |
231 | printk(KERN_ERR "%s: Error attempting to initialize " | 231 | printk(KERN_ERR "%s: Error attempting to initialize " |
232 | "the lower file for the dentry with name " | 232 | "the lower file for the dentry with name " |
233 | "[%s]; rc = [%d]\n", __func__, | 233 | "[%pd]; rc = [%d]\n", __func__, |
234 | ecryptfs_dentry->d_name.name, rc); | 234 | ecryptfs_dentry, rc); |
235 | goto out_free; | 235 | goto out_free; |
236 | } | 236 | } |
237 | if ((ecryptfs_inode_to_private(inode)->lower_file->f_flags & O_ACCMODE) | 237 | if ((ecryptfs_inode_to_private(inode)->lower_file->f_flags & O_ACCMODE) |