diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 21cec6cdf453..c0237c602f11 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -2469,11 +2469,11 @@ cluster_corrupt_out: | |||
2469 | */ | 2469 | */ |
2470 | if (bp->b_iodone) { | 2470 | if (bp->b_iodone) { |
2471 | XFS_BUF_UNDONE(bp); | 2471 | XFS_BUF_UNDONE(bp); |
2472 | XFS_BUF_STALE(bp); | 2472 | xfs_buf_stale(bp); |
2473 | xfs_buf_ioerror(bp, EIO); | 2473 | xfs_buf_ioerror(bp, EIO); |
2474 | xfs_buf_ioend(bp, 0); | 2474 | xfs_buf_ioend(bp, 0); |
2475 | } else { | 2475 | } else { |
2476 | XFS_BUF_STALE(bp); | 2476 | xfs_buf_stale(bp); |
2477 | xfs_buf_relse(bp); | 2477 | xfs_buf_relse(bp); |
2478 | } | 2478 | } |
2479 | } | 2479 | } |