aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-01-20 13:53:56 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-01-31 19:28:20 -0500
commita613fa168afc19179a7547fbba45644c5b6912bf (patch)
tree02db1b9ca905ff49d9811175607757e3a885325f /include/linux/nfs_xdr.h
parent080b794ce5ad318ce34c52abaedf1bc6788a5abb (diff)
SUNRPC: constify the rpc_program
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index f5188e10ea0e..144419a9cbd3 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1274,11 +1274,11 @@ struct nfs_rpc_ops {
1274extern const struct nfs_rpc_ops nfs_v2_clientops; 1274extern const struct nfs_rpc_ops nfs_v2_clientops;
1275extern const struct nfs_rpc_ops nfs_v3_clientops; 1275extern const struct nfs_rpc_ops nfs_v3_clientops;
1276extern const struct nfs_rpc_ops nfs_v4_clientops; 1276extern const struct nfs_rpc_ops nfs_v4_clientops;
1277extern struct rpc_version nfs_version2; 1277extern const struct rpc_version nfs_version2;
1278extern struct rpc_version nfs_version3; 1278extern const struct rpc_version nfs_version3;
1279extern struct rpc_version nfs_version4; 1279extern const struct rpc_version nfs_version4;
1280 1280
1281extern struct rpc_version nfsacl_version3; 1281extern const struct rpc_version nfsacl_version3;
1282extern struct rpc_program nfsacl_program; 1282extern const struct rpc_program nfsacl_program;
1283 1283
1284#endif 1284#endif