commit | 8321fec436050b586cee448f2da0a6999e5172dd | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Sep 19 06:22:32 2012 -0700 |
committer | Steve French <smfrench@gmail.com> | Mon Sep 24 21:46:32 2012 -0500 |
tree | ee361f0ea1ca398158f7ccc71e2dc4ae4b9b89b0 | |
parent | c5fab6f4f081afcfcd7c1d444d9b900d6ef3e50b [diff] |
cifs: convert async read code to use pages array without kmapping 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>