diff options
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 4585c1595a98..44db8cd67bda 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h | |||
@@ -158,6 +158,7 @@ typedef struct xfs_buf { | |||
158 | struct list_head b_lru; /* lru list */ | 158 | struct list_head b_lru; /* lru list */ |
159 | spinlock_t b_lock; /* internal state lock */ | 159 | spinlock_t b_lock; /* internal state lock */ |
160 | unsigned int b_state; /* internal state flags */ | 160 | unsigned int b_state; /* internal state flags */ |
161 | int b_io_error; /* internal IO error state */ | ||
161 | wait_queue_head_t b_waiters; /* unpin waiters */ | 162 | wait_queue_head_t b_waiters; /* unpin waiters */ |
162 | struct list_head b_list; | 163 | struct list_head b_list; |
163 | struct xfs_perag *b_pag; /* contains rbtree root */ | 164 | struct xfs_perag *b_pag; /* contains rbtree root */ |