Wrapfs: use new ->direct_IO prototype
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 22 May 2016 03:33:44 +0000 (23:33 -0400)
committerRohit Kumar <rokkumar@cs.stonybrook.edu>
Sun, 30 Sep 2018 09:29:01 +0000 (05:29 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/mmap.c

index cfbc0f86c3bfc4d5d7c6df4a15da15beb1614b15..02794018d5ba86fc025d3bd3b78093ec6551b919 100644 (file)
@@ -72,8 +72,7 @@ out:
        return err;
 }
 
-static ssize_t wrapfs_direct_IO(struct kiocb *iocb,
-                               struct iov_iter *iter, loff_t pos)
+static ssize_t wrapfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter)
 {
        /*
         * This function should never be called directly.  We need it