X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fgss%2Fgss_api.h;h=a5bbaea6065d3d7ee3684bd7aa41394b482e5914;hb=671c1b0c705640d63a1d3be7016c79afd10bc8df;hp=482399cd31d6d21f9244f900b82543b195f70427;hpb=e3a7c58aebafce40323db54bf6056029e5af4a70;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/gss/gss_api.h b/lustre/ptlrpc/gss/gss_api.h index 482399c..a5bbaea 100644 --- a/lustre/ptlrpc/gss/gss_api.h +++ b/lustre/ptlrpc/gss/gss_api.h @@ -99,14 +99,14 @@ struct subflavor_desc { /* Each mechanism is described by the following struct: */ struct gss_api_mech { - cfs_list_t gm_list; - cfs_module_t *gm_owner; - char *gm_name; - rawobj_t gm_oid; - cfs_atomic_t gm_count; - struct gss_api_ops *gm_ops; - int gm_sf_num; - struct subflavor_desc *gm_sfs; + struct list_head gm_list; + struct module *gm_owner; + char *gm_name; + rawobj_t gm_oid; + atomic_t gm_count; + struct gss_api_ops *gm_ops; + int gm_sf_num; + struct subflavor_desc *gm_sfs; }; /* and must provide the following operations: */