]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/cifs/netmisc.c
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)
commitb979aaa1777259330435c47f900833dabe9189e8
tree45db63a100144fd74e5997ab329f855bed520ed1
parentccb5c001b3035ca470fe21424e439530ba838510
cifs: get rid of smb_vol->UNCip and smb_vol->port

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>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/netmisc.c