Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_private.h
index aaaac7c..5c55887 100644 (file)
@@ -470,7 +470,7 @@ struct cfs_percpt_lock {
        /* exclusively locked */
        unsigned int            pcl_locked;
        /* private lock table */
-       cfs_spinlock_t          **pcl_locks;
+       spinlock_t              **pcl_locks;
 };
 
 /* return number of private locks */