[XFS] Cleanup lock goop.
[deliverable/linux.git] / fs / xfs / xfs_inode.h
index f93d2ca654b5cde7083e04dfa8bb71bd31c750f4..c3e21ef026623d4223506010a0f3dff7888856a1 100644 (file)
@@ -181,7 +181,7 @@ typedef struct xfs_icluster {
        xfs_daddr_t             icl_blkno;      /* starting block number of
                                                 * the cluster */
        struct xfs_buf          *icl_buf;       /* the inode buffer */
-       lock_t                  icl_lock;       /* inode list lock */
+       spinlock_t              icl_lock;       /* inode list lock */
 } xfs_icluster_t;
 
 /*
This page took 0.02526 seconds and 5 git commands to generate.