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:
c5fab6f
)
cifs: convert async read code to use pages array without kmapping
author
Jeff Layton
<jlayton@redhat.com>
Wed, 19 Sep 2012 13:22:32 +0000
(06:22 -0700)
committer
Steve French
<smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:32 +0000
(21:46 -0500)
Replace the "marshal_iov" function with a "read_into_pages" function.
That function will copy the read data off the socket and into the
pages array, kmapping and reading pages one at a time.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
No differences found