]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: convert async read code to use pages array without kmapping
authorJeff Layton <jlayton@redhat.com>
Tue, 14 Aug 2012 18:39:45 +0000 (14:39 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:32 +0000 (09:44 -0500)
commitde602e89fc94cde421ce473930564127ad2a5ddf
tree0bbe21b73899a367fa4fa46e6f06a15aaf598c03
parentd8b9dff6bde7ef0dd13a52e0cdfa998a3545c07f
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>
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/file.c
fs/cifs/smb2pdu.c