Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_api.h
index 1bc9e10..1983143 100644 (file)
@@ -101,11 +101,11 @@ struct subflavor_desc {
 
 /* Each mechanism is described by the following struct: */
 struct gss_api_mech {
-        struct list_head        gm_list;
-        struct module          *gm_owner;
+        cfs_list_t              gm_list;
+        cfs_module_t           *gm_owner;
         char                   *gm_name;
         rawobj_t                gm_oid;
-        atomic_t                gm_count;
+        cfs_atomic_t            gm_count;
         struct gss_api_ops     *gm_ops;
         int                     gm_sf_num;
         struct subflavor_desc  *gm_sfs;