aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r--fs/nfs/nfs3proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c
index 7143b1f82cea..3e5371241cea 100644
--- a/fs/nfs/nfs3proc.c
+++ b/fs/nfs/nfs3proc.c
@@ -886,7 +886,7 @@ nfs3_proc_lock(struct file *filp, int cmd, struct file_lock *fl)
886 return nlmclnt_proc(filp->f_dentry->d_inode, cmd, fl); 886 return nlmclnt_proc(filp->f_dentry->d_inode, cmd, fl);
887} 887}
888 888
889struct nfs_rpc_ops nfs_v3_clientops = { 889const struct nfs_rpc_ops nfs_v3_clientops = {
890 .version = 3, /* protocol version */ 890 .version = 3, /* protocol version */
891 .dentry_ops = &nfs_dentry_operations, 891 .dentry_ops = &nfs_dentry_operations,
892 .dir_inode_ops = &nfs3_dir_inode_operations, 892 .dir_inode_ops = &nfs3_dir_inode_operations,