Whamcloud - gitweb
LU-3963 libcfs: convert obdecho,obdclass code to atomics
[fs/lustre-release.git] / lustre / obdclass / local_storage.h
index f7d6c9a..4471877 100644 (file)
@@ -42,7 +42,7 @@ struct ls_device {
        /* all initialized ls_devices on this node linked by this */
        cfs_list_t               ls_linkage;
        /* how many handle's reference this local storage */
-       cfs_atomic_t             ls_refcount;
+       atomic_t                 ls_refcount;
        /* underlaying OSD device */
        struct dt_device        *ls_osd;
        /* list of all local OID storages */