Whamcloud - gitweb
LU-1346 libcfs: cleanup libcfs atomic primitives
[fs/lustre-release.git] / libcfs / include / libcfs / lucache.h
index 754beda..3446378 100644 (file)
@@ -85,7 +85,7 @@ struct md_identity {
 struct upcall_cache_entry {
        cfs_list_t              ue_hash;
        __u64                   ue_key;
-       cfs_atomic_t            ue_refcount;
+       atomic_t                ue_refcount;
        int                     ue_flags;
        wait_queue_head_t       ue_waitq;
        cfs_time_t              ue_acquire_expire;