diff options
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 cb54cc234ed1..65181220c9a2 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) | |||
293 | return atomic_read(&bp->b_pin_count); | 293 | return atomic_read(&bp->b_pin_count); |
294 | } | 294 | } |
295 | 295 | ||
296 | #define XFS_BUF_FINISH_IOWAIT(bp) complete(&bp->b_iowait); | ||
297 | |||
298 | static inline void xfs_buf_relse(xfs_buf_t *bp) | 296 | static inline void xfs_buf_relse(xfs_buf_t *bp) |
299 | { | 297 | { |
300 | xfs_buf_unlock(bp); | 298 | xfs_buf_unlock(bp); |