projects
/
wrapfs-4.11.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ffab1
)
Wrapfs: use new ->direct_IO prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 22 May 2016 03:33:44 +0000
(23:33 -0400)
committer
Rohit 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
patch
|
blob
|
history
diff --git
a/fs/wrapfs/mmap.c
b/fs/wrapfs/mmap.c
index cfbc0f86c3bfc4d5d7c6df4a15da15beb1614b15..02794018d5ba86fc025d3bd3b78093ec6551b919 100644
(file)
--- a/
fs/wrapfs/mmap.c
+++ b/
fs/wrapfs/mmap.c
@@
-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