git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed978a8
)
start adding the tag to iov_iter
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 6 Mar 2014 00:28:09 +0000
(19:28 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 6 May 2014 21:32:49 +0000
(17:32 -0400)
For now, just use the same thing we pass to ->direct_IO() - it's all
iovec-based at the moment. Pass it explicitly to iov_iter_init() and
account for kvec vs. iovec in there, by the same kludge NFS ->direct_IO()
uses.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found