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/proc.c | |
parent | 0c7d90cfed91a283228017ba6faf37ee0bcd32b1 (diff) |
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/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index b3899ea3229e..77676903e0f5 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -671,7 +671,7 @@ nfs_proc_lock(struct file *filp, int cmd, struct file_lock *fl) | |||
671 | } | 671 | } |
672 | 672 | ||
673 | 673 | ||
674 | struct nfs_rpc_ops nfs_v2_clientops = { | 674 | const struct nfs_rpc_ops nfs_v2_clientops = { |
675 | .version = 2, /* protocol version */ | 675 | .version = 2, /* protocol version */ |
676 | .dentry_ops = &nfs_dentry_operations, | 676 | .dentry_ops = &nfs_dentry_operations, |
677 | .dir_inode_ops = &nfs_dir_inode_operations, | 677 | .dir_inode_ops = &nfs_dir_inode_operations, |