commit | 5fde0326ddb1472ef31034c8ed952a19d4679191 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Oct 10 16:52:44 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:09 2011 -0500 |
tree | 50733475339e3e8780893085a35c75b44a7b2849 | |
parent | b17b833443a3b65907f5ecb36f8af33996f6ec78 [diff] [blame] |
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>
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index e0339a4..36fed03 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c
@@ -1100,7 +1100,7 @@ * ASYNC buffers. */ xfs_buf_ioerror(bp, EIO); - XFS_BUF_FINISH_IOWAIT(bp); + complete(&bp->b_iowait); } else { xfs_buf_relse(bp); }