diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index efd745bb8887..730eff1e71a3 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1169,7 +1169,7 @@ xfs_bioerror_relse( | |||
1169 | XFS_BUF_STALE(bp); | 1169 | XFS_BUF_STALE(bp); |
1170 | XFS_BUF_CLR_IODONE_FUNC(bp); | 1170 | XFS_BUF_CLR_IODONE_FUNC(bp); |
1171 | XFS_BUF_CLR_BDSTRAT_FUNC(bp); | 1171 | XFS_BUF_CLR_BDSTRAT_FUNC(bp); |
1172 | if (!(fl & XFS_B_ASYNC)) { | 1172 | if (!(fl & XBF_ASYNC)) { |
1173 | /* | 1173 | /* |
1174 | * Mark b_error and B_ERROR _both_. | 1174 | * Mark b_error and B_ERROR _both_. |
1175 | * Lot's of chunkcache code assumes that. | 1175 | * Lot's of chunkcache code assumes that. |