commit | fec344e3f31aa911297cd3a4639432d983b1f324 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Sep 18 16:20:35 2012 -0700 |
committer | Steve French <smfrench@gmail.com> | Mon Sep 24 21:46:31 2012 -0500 |
tree | c46deb8e54d4a1f00be47f7d34e572730b0df988 | |
parent | fb308a6f22f7f4f3574dab6b36c4a3598e50cf05 [diff] |
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>