]> 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 <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:10 +0000 (09:44 -0500)
commit6f00ca338a940233db839e01fee4b6e15fb43dde
tree56066758d42c06e02e428e8bc27574957487cb66
parente0fcaca9da4550ae295deb57720bdfefef7e708d
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