diff options
Diffstat (limited to 'fs/xfs/xfs_buf.h')
| -rw-r--r-- | fs/xfs/xfs_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 3a7a5523d3dc..c753183900b3 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h | |||
| @@ -178,7 +178,7 @@ typedef struct xfs_buf { | |||
| 178 | atomic_t b_io_remaining; /* #outstanding I/O requests */ | 178 | atomic_t b_io_remaining; /* #outstanding I/O requests */ |
| 179 | unsigned int b_page_count; /* size of page array */ | 179 | unsigned int b_page_count; /* size of page array */ |
| 180 | unsigned int b_offset; /* page offset in first page */ | 180 | unsigned int b_offset; /* page offset in first page */ |
| 181 | unsigned short b_error; /* error code on I/O */ | 181 | int b_error; /* error code on I/O */ |
| 182 | const struct xfs_buf_ops *b_ops; | 182 | const struct xfs_buf_ops *b_ops; |
| 183 | 183 | ||
| 184 | #ifdef XFS_BUF_LOCK_TRACKING | 184 | #ifdef XFS_BUF_LOCK_TRACKING |
