aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfsroot.c
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-12-23 15:21:34 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-12-23 15:21:34 -0500
commit146ec944bbd31d241a44a00518b054fb01921d22 (patch)
tree603c2fc810b9ca6cdec363275c18f00a0105e9ec /fs/nfs/nfsroot.c
parentNFS: rename nfs_path variable (diff)
downloadlinux-dev-146ec944bbd31d241a44a00518b054fb01921d22.tar.xz
linux-dev-146ec944bbd31d241a44a00518b054fb01921d22.zip
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 'fs/nfs/nfsroot.c')
-rw-r--r--fs/nfs/nfsroot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
index f1c0a066439f..a96e5fdb38af 100644
--- a/fs/nfs/nfsroot.c
+++ b/fs/nfs/nfsroot.c
@@ -86,6 +86,8 @@
#include <net/ipconfig.h>
#include <linux/parser.h>
+#include "internal.h"
+
/* Define this to allow debugging output */
#undef NFSROOT_DEBUG
#define NFSDBG_FACILITY NFSDBG_ROOT