commit | 8d5ce4d23c79e0f9861b19fc534f5b2dc636f79c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed May 16 07:13:16 2012 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed May 16 20:13:29 2012 -0500 |
tree | 5f9583d0b3d63e142ec4bbda6058da906a8273f6 | |
parent | 0471ca3fe481cf5ff0ae24c7003f4d9086a02791 [diff] |
cifs: abstract out function to marshal the iovec for readv receives Cached and uncached reads will need to do different things here to handle the difference when the pages are in pagecache and not. Abstract out the function that marshals the page list into a kvec array. Signed-off-by: Jeff Layton <jlayton@redhat.com>