aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r--fs/nfs/namespace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c
index 86b3169c8cac..85d9ed1dcf42 100644
--- a/fs/nfs/namespace.c
+++ b/fs/nfs/namespace.c
@@ -172,7 +172,8 @@ void nfs_release_automount_timer(void)
172/* 172/*
173 * Clone a mountpoint of the appropriate type 173 * Clone a mountpoint of the appropriate type
174 */ 174 */
175static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, char *devname, 175static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server,
176 const char *devname,
176 struct nfs_clone_mount *mountdata) 177 struct nfs_clone_mount *mountdata)
177{ 178{
178#ifdef CONFIG_NFS_V4 179#ifdef CONFIG_NFS_V4