diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-20 13:53:56 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-01-31 19:28:20 -0500 |
commit | a613fa168afc19179a7547fbba45644c5b6912bf (patch) | |
tree | 02db1b9ca905ff49d9811175607757e3a885325f /include/linux/nfs_xdr.h | |
parent | 080b794ce5ad318ce34c52abaedf1bc6788a5abb (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.h | 10 |
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 { | |||
1274 | extern const struct nfs_rpc_ops nfs_v2_clientops; | 1274 | extern const struct nfs_rpc_ops nfs_v2_clientops; |
1275 | extern const struct nfs_rpc_ops nfs_v3_clientops; | 1275 | extern const struct nfs_rpc_ops nfs_v3_clientops; |
1276 | extern const struct nfs_rpc_ops nfs_v4_clientops; | 1276 | extern const struct nfs_rpc_ops nfs_v4_clientops; |
1277 | extern struct rpc_version nfs_version2; | 1277 | extern const struct rpc_version nfs_version2; |
1278 | extern struct rpc_version nfs_version3; | 1278 | extern const struct rpc_version nfs_version3; |
1279 | extern struct rpc_version nfs_version4; | 1279 | extern const struct rpc_version nfs_version4; |
1280 | 1280 | ||
1281 | extern struct rpc_version nfsacl_version3; | 1281 | extern const struct rpc_version nfsacl_version3; |
1282 | extern struct rpc_program nfsacl_program; | 1282 | extern const struct rpc_program nfsacl_program; |
1283 | 1283 | ||
1284 | #endif | 1284 | #endif |