diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-10-10 12:52:44 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 22:15:09 -0400 |
commit | 5fde0326ddb1472ef31034c8ed952a19d4679191 (patch) | |
tree | 50733475339e3e8780893085a35c75b44a7b2849 /fs/xfs/xfs_buf.c | |
parent | b17b833443a3b65907f5ecb36f8af33996f6ec78 (diff) |
xfs: remove XFS_BUF_FINISH_IOWAIT
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index e0339a4a0bc8..36fed03da26f 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -1100,7 +1100,7 @@ xfs_bioerror_relse( | |||
1100 | * ASYNC buffers. | 1100 | * ASYNC buffers. |
1101 | */ | 1101 | */ |
1102 | xfs_buf_ioerror(bp, EIO); | 1102 | xfs_buf_ioerror(bp, EIO); |
1103 | XFS_BUF_FINISH_IOWAIT(bp); | 1103 | complete(&bp->b_iowait); |
1104 | } else { | 1104 | } else { |
1105 | xfs_buf_relse(bp); | 1105 | xfs_buf_relse(bp); |
1106 | } | 1106 | } |