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 2fcca4b03ed3..0239a7c7c886 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
| @@ -2473,7 +2473,7 @@ cluster_corrupt_out: | |||
| 2473 | if (bp->b_iodone) { | 2473 | if (bp->b_iodone) { |
| 2474 | XFS_BUF_UNDONE(bp); | 2474 | XFS_BUF_UNDONE(bp); |
| 2475 | XFS_BUF_STALE(bp); | 2475 | XFS_BUF_STALE(bp); |
| 2476 | XFS_BUF_ERROR(bp,EIO); | 2476 | xfs_buf_ioerror(bp, EIO); |
| 2477 | xfs_buf_ioend(bp, 0); | 2477 | xfs_buf_ioend(bp, 0); |
| 2478 | } else { | 2478 | } else { |
| 2479 | XFS_BUF_STALE(bp); | 2479 | XFS_BUF_STALE(bp); |
| @@ -2585,7 +2585,7 @@ xfs_iflush( | |||
| 2585 | * If the buffer is pinned then push on the log now so we won't | 2585 | * If the buffer is pinned then push on the log now so we won't |
| 2586 | * get stuck waiting in the write for too long. | 2586 | * get stuck waiting in the write for too long. |
| 2587 | */ | 2587 | */ |
| 2588 | if (XFS_BUF_ISPINNED(bp)) | 2588 | if (xfs_buf_ispinned(bp)) |
| 2589 | xfs_log_force(mp, 0); | 2589 | xfs_log_force(mp, 0); |
| 2590 | 2590 | ||
| 2591 | /* | 2591 | /* |
