diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-12-23 15:21:34 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:34 -0500 |
commit | 146ec944bbd31d241a44a00518b054fb01921d22 (patch) | |
tree | 603c2fc810b9ca6cdec363275c18f00a0105e9ec /include | |
parent | 7b5d2b98e118716dd1ccc2808fae88f6c4b16d54 (diff) | |
download | op-kernel-dev-146ec944bbd31d241a44a00518b054fb01921d22.zip op-kernel-dev-146ec944bbd31d241a44a00518b054fb01921d22.tar.gz |
NFS: Move declaration of nfs_mount() to fs/nfs/internal.h
Clean up: The nfs_mount() function is not to be used outside of the
NFS client. Move its public declaration to fs/nfs/internal.h.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 4eaa834..f110772 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h @@ -533,12 +533,6 @@ static inline void nfs3_forget_cached_acls(struct inode *inode) #endif /* CONFIG_NFS_V3_ACL */ /* - * linux/fs/mount_clnt.c - */ -extern int nfs_mount(struct sockaddr *, size_t, char *, char *, - int, int, struct nfs_fh *); - -/* * inline functions */ |