diff options
author | David Howells <dhowells@redhat.com> | 2006-08-22 20:06:11 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-09-22 23:24:34 -0400 |
commit | 509de8111656a7d89b4a1a5f430f4460ce510f0f (patch) | |
tree | 94ec0130ab74a5c80956ca3edd3298999b3b9897 /fs/nfs/namespace.c | |
parent | 0c7d90cfed91a283228017ba6faf37ee0bcd32b1 (diff) | |
download | linux-3.10-509de8111656a7d89b4a1a5f430f4460ce510f0f.tar.gz linux-3.10-509de8111656a7d89b4a1a5f430f4460ce510f0f.tar.bz2 linux-3.10-509de8111656a7d89b4a1a5f430f4460ce510f0f.zip |
NFS: Add extra const qualifiers
Add some extra const qualifiers into NFS.
Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r-- | fs/nfs/namespace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index 86b3169c8ca..85d9ed1dcf4 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c @@ -172,7 +172,8 @@ void nfs_release_automount_timer(void) /* * Clone a mountpoint of the appropriate type */ -static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, char *devname, +static struct vfsmount *nfs_do_clone_mount(struct nfs_server *server, + const char *devname, struct nfs_clone_mount *mountdata) { #ifdef CONFIG_NFS_V4 |