aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-08-09 15:09:36 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-08-09 15:09:36 -0400
commit53a0b9c4c99ab0085a06421f71592722e5b3fd5f (patch)
treee1e072cc5e7b8ee9c82966dddb6629923ea11be3 /fs/nfs/internal.h
parentc877b849d302d1275452af80b7221a2555dc02e1 (diff)
downloadkernel_samsung_smdk4412-53a0b9c4c99ab0085a06421f71592722e5b3fd5f.tar.gz
kernel_samsung_smdk4412-53a0b9c4c99ab0085a06421f71592722e5b3fd5f.tar.bz2
kernel_samsung_smdk4412-53a0b9c4c99ab0085a06421f71592722e5b3fd5f.zip
NFS: Replace nfs_parse_ip_address() with rpc_pton()
Clean up: Use the common routine now provided in sunrpc.ko for parsing mount addresses. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index ff68397f9b1..cf1da3e2200 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -214,7 +214,6 @@ void nfs_zap_acl_cache(struct inode *inode);
extern int nfs_wait_bit_killable(void *word);
/* super.c */
-void nfs_parse_ip_address(char *, size_t, struct sockaddr *, size_t *);
extern struct file_system_type nfs_xdev_fs_type;
#ifdef CONFIG_NFS_V4
extern struct file_system_type nfs4_xdev_fs_type;