Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / lustre / fld / fld_internal.h
index c6f87f1..61955be 100644 (file)
@@ -79,11 +79,11 @@ struct fld_cache_entry {
 };
 
 struct fld_cache {
-        /**
-         * Cache guard, protects fci_hash mostly because others immutable after
-         * init is finished.
-         */
-        cfs_spinlock_t           fci_lock;
+       /**
+        * Cache guard, protects fci_hash mostly because others immutable after
+        * init is finished.
+        */
+       spinlock_t               fci_lock;
 
         /**
          * Cache shrink threshold */