diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index f93d2ca654b5..c3e21ef02662 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -181,7 +181,7 @@ typedef struct xfs_icluster { | |||
181 | xfs_daddr_t icl_blkno; /* starting block number of | 181 | xfs_daddr_t icl_blkno; /* starting block number of |
182 | * the cluster */ | 182 | * the cluster */ |
183 | struct xfs_buf *icl_buf; /* the inode buffer */ | 183 | struct xfs_buf *icl_buf; /* the inode buffer */ |
184 | lock_t icl_lock; /* inode list lock */ | 184 | spinlock_t icl_lock; /* inode list lock */ |
185 | } xfs_icluster_t; | 185 | } xfs_icluster_t; |
186 | 186 | ||
187 | /* | 187 | /* |