diff options
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index c8a309424307..f4fd49c9b987 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -1310,7 +1310,7 @@ xlog_bdstrat( | |||
1310 | if (iclog->ic_state & XLOG_STATE_IOERROR) { | 1310 | if (iclog->ic_state & XLOG_STATE_IOERROR) { |
1311 | XFS_BUF_ERROR(bp, EIO); | 1311 | XFS_BUF_ERROR(bp, EIO); |
1312 | XFS_BUF_STALE(bp); | 1312 | XFS_BUF_STALE(bp); |
1313 | xfs_biodone(bp); | 1313 | xfs_buf_ioend(bp, 0); |
1314 | /* | 1314 | /* |
1315 | * It would seem logical to return EIO here, but we rely on | 1315 | * It would seem logical to return EIO here, but we rely on |
1316 | * the log state machine to propagate I/O errors instead of | 1316 | * the log state machine to propagate I/O errors instead of |