cifs: make ipv4_connect take a TCP_Server_Info arg
authorJeff Layton <jlayton@redhat.com>
Mon, 1 Dec 2008 23:42:15 +0000 (18:42 -0500)
committerSteve French <sfrench@us.ibm.com>
Fri, 26 Dec 2008 02:29:10 +0000 (02:29 +0000)
commitbcf4b1063db246a90b9e09e0556f635d632eef36
treeb9563525adbdb352593c274bac5b7e3edd3fcf97
parent7586b76585d15db767c19255ba0ecfb164df99f7
cifs: make ipv4_connect take a TCP_Server_Info arg

In order to unify the smb_send routines, we need to reorganize the
routines that connect the sockets. Have ipv4_connect take a
TCP_Server_Info pointer and get the necessary fields from that.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c