diff options
Diffstat (limited to '')
| -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 {  	atomic_t		b_io_remaining;	/* #outstanding I/O requests */  	unsigned int		b_page_count;	/* size of page array */  	unsigned int		b_offset;	/* page offset in first page */ -	unsigned short		b_error;	/* error code on I/O */ +	int			b_error;	/* error code on I/O */  	const struct xfs_buf_ops	*b_ops;  #ifdef XFS_BUF_LOCK_TRACKING | 
