SUNRPC: Mark auth and cred operation tables as constant.
Also do the same for gss_api operation tables. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@ -77,7 +77,7 @@ struct gss_api_mech {
|
||||
struct module *gm_owner;
|
||||
struct xdr_netobj gm_oid;
|
||||
char *gm_name;
|
||||
struct gss_api_ops *gm_ops;
|
||||
const struct gss_api_ops *gm_ops;
|
||||
/* pseudoflavors supported by this mechanism: */
|
||||
int gm_pf_num;
|
||||
struct pf_desc * gm_pfs;
|
||||
|
Reference in New Issue
Block a user