diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-10-10 16:52:44 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 21:15:09 -0500 |
commit | 5fde0326ddb1472ef31034c8ed952a19d4679191 (patch) | |
tree | 50733475339e3e8780893085a35c75b44a7b2849 /fs/xfs/xfs_buf.h | |
parent | b17b833443a3b65907f5ecb36f8af33996f6ec78 (diff) | |
download | op-kernel-dev-5fde0326ddb1472ef31034c8ed952a19d4679191.zip op-kernel-dev-5fde0326ddb1472ef31034c8ed952a19d4679191.tar.gz |
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.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index cb54cc2..6518122 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h @@ -293,8 +293,6 @@ static inline int xfs_buf_ispinned(struct xfs_buf *bp) return atomic_read(&bp->b_pin_count); } -#define XFS_BUF_FINISH_IOWAIT(bp) complete(&bp->b_iowait); - static inline void xfs_buf_relse(xfs_buf_t *bp) { xfs_buf_unlock(bp); |