aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r--fs/ecryptfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c
index 91da02987bff..679817e82484 100644
--- a/fs/ecryptfs/file.c
+++ b/fs/ecryptfs/file.c
@@ -47,7 +47,7 @@ static ssize_t ecryptfs_read_update_atime(struct kiocb *iocb,
47 const struct iovec *iov, 47 const struct iovec *iov,
48 unsigned long nr_segs, loff_t pos) 48 unsigned long nr_segs, loff_t pos)
49{ 49{
50 int rc; 50 ssize_t rc;
51 struct dentry *lower_dentry; 51 struct dentry *lower_dentry;
52 struct vfsmount *lower_vfsmount; 52 struct vfsmount *lower_vfsmount;
53 struct file *file = iocb->ki_filp; 53 struct file *file = iocb->ki_filp;