NFS: Remove the NIPQUAD from nfs_try_mount
authorChuck Lever <chuck.lever@oracle.com>
Mon, 10 Dec 2007 19:59:13 +0000 (14:59 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:56 +0000 (02:05 -0500)
commit338320345b40eb7c63592f40d25cbd58ccf99548
tree5e0b74a1231347a8fbcbd1d655983717a54f4db7
parent6677d09513e35ac2f38d3a8c8a26fbd7bbcef192
NFS: Remove the NIPQUAD from nfs_try_mount

In the name of address family compatibility, we can't have the NIP_FMT and
NIPQUAD macros in nfs_try_mount().  Instead, we can make use of an unused
mount option to display the mount server's hostname.

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/super.c