From 543e1bcc85e0d755333f3c53e53a594a68126830 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Sun, 10 Aug 2014 00:40:56 -0400 Subject: [PATCH] Wrapfs: update to new direct_IO interface Signed-off-by: Mengyang Li Signed-off-by: Erez Zadok --- fs/wrapfs/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/wrapfs/mmap.c b/fs/wrapfs/mmap.c index 3305108ce709..c14f6eba83a1 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -73,7 +73,7 @@ out: } static ssize_t wrapfs_direct_IO(int rw, struct kiocb *iocb, - struct iov_iter *iov, loff_t offset) + struct iov_iter *iter, loff_t pos) { /* * This function should never be called directly. We need it -- 2.34.1