From: Chuck Lever Date: Mon, 10 Dec 2007 19:59:06 +0000 (-0500) Subject: NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" X-Git-Tag: v2.6.25-rc1~1146^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6677d09513e35ac2f38d3a8c8a26fbd7bbcef192;p=pandora-kernel.git NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" Change the addr field in the nfs_clone_mount structure to store a "struct sockaddr *" to support non-IPv4 addresses in the NFS client. Note this is mostly a cosmetic change, and does not actually allow referrals using IPv6 addresses. The existing referral code assumes that the server returns a string that represents an IPv4 address. This code needs to support hostnames and IPv6 addresses as well as IPv4 addresses, thus it will need to be reorganized completely (to handle DNS resolution in user space). Signed-off-by: Chuck Lever Cc: Aurelien Charbon Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed