Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-block.git] / fs / ecryptfs / file.c
index c29814a66c5b41dda8b113ed994de9db2b58f105..268b74499c28c7c76f8e3230b66d86fec2394ee6 100644 (file)
@@ -33,7 +33,7 @@ static ssize_t ecryptfs_read_update_atime(struct kiocb *iocb,
                                struct iov_iter *to)
 {
        ssize_t rc;
-       struct path *path;
+       const struct path *path;
        struct file *file = iocb->ki_filp;
 
        rc = generic_file_read_iter(iocb, to);