Whamcloud - gitweb
LU-3963 libcfs: convert ptlrpc,quota plus others to linux atomics
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_api.h
index 4666688..d11d80b 100644 (file)
@@ -103,7 +103,7 @@ struct gss_api_mech {
        struct module           *gm_owner;
        char                   *gm_name;
        rawobj_t                gm_oid;
-       cfs_atomic_t            gm_count;
+       atomic_t            gm_count;
        struct gss_api_ops     *gm_ops;
        int                     gm_sf_num;
        struct subflavor_desc  *gm_sfs;