NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
authorChuck Lever <chuck.lever@oracle.com>
Mon, 10 Dec 2007 19:59:28 +0000 (14:59 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:57 +0000 (02:05 -0500)
commit4c5680177012a2b5c0f3fdf58f4375dd84a1da67
treed3d9e599291b4f9b738d02c3913b13541b100487
parent9412b92772c1d80ea8284583b6aad0260e13515f
NFS: Support non-IPv4 addresses in nfs_parsed_mount_data

Replace the nfs_server and mount_server address fields in the
nfs_parsed_mount_data structure with a "struct sockaddr_storage"
instead of a "struct sockaddr_in".

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Cc: Aurelien Charbon <aurelien.charbon@ext.bull.net>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/internal.h
fs/nfs/super.c