mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
de7a8ce38a
commit
f1c0a86150
8 changed files with 22 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue