diff options
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index c6244cc733c0..01c63db25a1d 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h | |||
@@ -339,7 +339,7 @@ typedef struct xlog_iclog_fields { | |||
339 | #endif | 339 | #endif |
340 | int ic_size; | 340 | int ic_size; |
341 | int ic_offset; | 341 | int ic_offset; |
342 | int ic_refcnt; | 342 | atomic_t ic_refcnt; |
343 | int ic_bwritecnt; | 343 | int ic_bwritecnt; |
344 | ushort_t ic_state; | 344 | ushort_t ic_state; |
345 | char *ic_datap; /* pointer to iclog data */ | 345 | char *ic_datap; /* pointer to iclog data */ |