SUNRPC: constify the rpc_program
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -1274,11 +1274,11 @@ struct nfs_rpc_ops {
|
||||
extern const struct nfs_rpc_ops nfs_v2_clientops;
|
||||
extern const struct nfs_rpc_ops nfs_v3_clientops;
|
||||
extern const struct nfs_rpc_ops nfs_v4_clientops;
|
||||
extern struct rpc_version nfs_version2;
|
||||
extern struct rpc_version nfs_version3;
|
||||
extern struct rpc_version nfs_version4;
|
||||
extern const struct rpc_version nfs_version2;
|
||||
extern const struct rpc_version nfs_version3;
|
||||
extern const struct rpc_version nfs_version4;
|
||||
|
||||
extern struct rpc_version nfsacl_version3;
|
||||
extern struct rpc_program nfsacl_program;
|
||||
extern const struct rpc_version nfsacl_version3;
|
||||
extern const struct rpc_program nfsacl_program;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user