projects
/
wrapfs-4.6.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e25207
)
Wrapfs: update ->direct_IO op prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 5 Sep 2015 03:13:21 +0000
(23:13 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Dec 2016 19:05:23 +0000
(14:05 -0500)
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 c14f6eba83a1f2df438a3e2c69bc894a2f35995c..9bd9f94cfa93a61d6347aeadc4f0ab848f396d07 100644
(file)
--- a/
fs/wrapfs/mmap.c
+++ b/
fs/wrapfs/mmap.c
@@
-72,7
+72,7
@@
out:
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)
{
/*