Loading fs/xfs/xfs_buf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading fs/xfs/xfs_buf.h +0 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
fs/xfs/xfs_buf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
fs/xfs/xfs_buf.h +0 −2 Original line number Diff line number Diff line Loading @@ -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); Loading