From: Jeff Layton Date: Mon, 26 Nov 2012 16:09:55 +0000 (-0500) Subject: cifs: get rid of smb_vol->UNCip and smb_vol->port X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b979aaa1777259330435c47f900833dabe9189e8;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed