diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index dd9ae6761f71..2426b11b6cce 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -833,9 +833,9 @@ struct nfs_rpc_ops { | |||
833 | /* | 833 | /* |
834 | * Function vectors etc. for the NFS client | 834 | * Function vectors etc. for the NFS client |
835 | */ | 835 | */ |
836 | extern struct nfs_rpc_ops nfs_v2_clientops; | 836 | extern const struct nfs_rpc_ops nfs_v2_clientops; |
837 | extern struct nfs_rpc_ops nfs_v3_clientops; | 837 | extern const struct nfs_rpc_ops nfs_v3_clientops; |
838 | extern struct nfs_rpc_ops nfs_v4_clientops; | 838 | extern const struct nfs_rpc_ops nfs_v4_clientops; |
839 | extern struct rpc_version nfs_version2; | 839 | extern struct rpc_version nfs_version2; |
840 | extern struct rpc_version nfs_version3; | 840 | extern struct rpc_version nfs_version3; |
841 | extern struct rpc_version nfs_version4; | 841 | extern struct rpc_version nfs_version4; |