aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-08-22 20:06:11 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-09-22 23:24:34 -0400
commit509de8111656a7d89b4a1a5f430f4460ce510f0f (patch)
tree94ec0130ab74a5c80956ca3edd3298999b3b9897 /fs/nfs/nfs4proc.c
parent0c7d90cfed91a283228017ba6faf37ee0bcd32b1 (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/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 803c31b88bb5..061be713b206 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -3761,7 +3761,7 @@ static struct inode_operations nfs4_file_inode_operations = {
3761 .listxattr = nfs4_listxattr, 3761 .listxattr = nfs4_listxattr,
3762}; 3762};
3763 3763
3764struct nfs_rpc_ops nfs_v4_clientops = { 3764const struct nfs_rpc_ops nfs_v4_clientops = {
3765 .version = 4, /* protocol version */ 3765 .version = 4, /* protocol version */
3766 .dentry_ops = &nfs4_dentry_operations, 3766 .dentry_ops = &nfs4_dentry_operations,
3767 .dir_inode_ops = &nfs4_dir_inode_operations, 3767 .dir_inode_ops = &nfs4_dir_inode_operations,