]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_vfsops.c
[XFS] Unwrap xfs_dabuf_global_lock
[linux-2.6] / fs / xfs / xfs_vfsops.c
index 57be2f7b034c8c9d1a999a3d415995dd9938c3c0..f90d95582047b2eb19de7ba4e1d46e06c80c39d6 100644 (file)
@@ -67,7 +67,7 @@ xfs_init(void)
        extern kmem_zone_t      *xfs_buf_item_zone;
        extern kmem_zone_t      *xfs_dabuf_zone;
 #ifdef XFS_DABUF_DEBUG
-       extern lock_t           xfs_dabuf_global_lock;
+       extern spinlock_t        xfs_dabuf_global_lock;
        spinlock_init(&xfs_dabuf_global_lock, "xfsda");
 #endif