xfs: remove XFS_BUF_FINISH_IOWAIT
[deliverable/linux.git] / fs / xfs / xfs_buf.c
index e0339a4a0bc8d0bb0e83aa164b8c369c0d7d66d2..36fed03da26f5cae5e6ee39c5664f58852449e08 100644 (file)
@@ -1100,7 +1100,7 @@ xfs_bioerror_relse(
                 * ASYNC buffers.
                 */
                xfs_buf_ioerror(bp, EIO);
-               XFS_BUF_FINISH_IOWAIT(bp);
+               complete(&bp->b_iowait);
        } else {
                xfs_buf_relse(bp);
        }
This page took 0.031575 seconds and 5 git commands to generate.