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 /fs/nfs/nfs4xdr.c | |
parent | 080b794ce5ad318ce34c52abaedf1bc6788a5abb (diff) |
SUNRPC: constify the rpc_program
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 95e92e438407..4633d405a94c 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -7109,7 +7109,7 @@ struct rpc_procinfo nfs4_procedures[] = { | |||
7109 | #endif /* CONFIG_NFS_V4_1 */ | 7109 | #endif /* CONFIG_NFS_V4_1 */ |
7110 | }; | 7110 | }; |
7111 | 7111 | ||
7112 | struct rpc_version nfs_version4 = { | 7112 | const struct rpc_version nfs_version4 = { |
7113 | .number = 4, | 7113 | .number = 4, |
7114 | .nrprocs = ARRAY_SIZE(nfs4_procedures), | 7114 | .nrprocs = ARRAY_SIZE(nfs4_procedures), |
7115 | .procs = nfs4_procedures | 7115 | .procs = nfs4_procedures |