cifs: get rid of smb_vol->UNCip and smb_vol->port
authorJeff Layton <jlayton@redhat.com>
Mon, 26 Nov 2012 16:09:55 +0000 (11:09 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 5 Dec 2012 19:27:30 +0000 (13:27 -0600)
Passing this around as a string is contorted and painful. Instead, just
convert these to a sockaddr as soon as possible, since that's how we're
going to work with it later anyway.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found