Whamcloud - gitweb
acl includes and time_t formats cleanup.
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 6b838e3..db0116c 100644 (file)
 #include <lustre_fid.h>
 #include "lmv_internal.h"
 
-/* not defined for liblustre building */
-#if !defined(ATOMIC_INIT)
-#define ATOMIC_INIT(val) { (val) }
-#endif
-
 /* object cache. */
 cfs_mem_cache_t *obj_cache;
 atomic_t obj_cache_count = ATOMIC_INIT(0);