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:
6abd232
)
optimize copy_page_{to,from}_iter()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 4 Apr 2014 23:23:46 +0000
(19:23 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 6 May 2014 21:39:45 +0000
(17:39 -0400)
if we'd ended up in the end of a segment, jump to the
beginning of the next one (iov_offset = 0, iov++),
rather than having the next primitive deal with that.
Ought to be folded back...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/iov_iter.c
patch
|
blob
|
history
diff --cc
mm/iov_iter.c
Simple merge