From 16f732ee2be2ca2b2d0faf625ea13a277d51dce5 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 4 Sep 2015 23:13:21 -0400 Subject: [PATCH] Wrapfs: update ->direct_IO op prototype 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 c14f6eba83a1..9bd9f94cfa93 100644 --- a/fs/wrapfs/mmap.c +++ b/fs/wrapfs/mmap.c @@ -72,7 +72,7 @@ static int wrapfs_page_mkwrite(struct vm_area_struct *vma, return err; } -static ssize_t wrapfs_direct_IO(int rw, struct kiocb *iocb, +static ssize_t wrapfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t pos) { /* -- 2.43.0