]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: change cifs_call_async to use smb_rqst structs
authorJeff Layton <jlayton@redhat.com>
Mon, 6 Aug 2012 11:10:48 +0000 (07:10 -0400)
committerSteve French <smfrench@gmail.com>
Tue, 11 Sep 2012 03:14:24 +0000 (22:14 -0500)
commit79faa9c833ce3f6777411930b69081617c342959
tree9621aac3abfb7fa2d0f82bc996b31140e39ec7fc
parent58cd2cae037540d70378c9874328c489a748ed78
cifs: change cifs_call_async to use smb_rqst structs

For now, none of the callers populate rq_pages. That will be done for
writes in a later patch. While we're at it, change the prototype of
setup_async_request not to need a return pointer argument. Just
return the pointer to the mid_q_entry or an ERR_PTR.

Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h
fs/cifs/smb2transport.c
fs/cifs/transport.c