xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:

committed by
Alex Elder

parent
38f2323244
commit
c867cb6164
@@ -1061,7 +1061,7 @@ xfs_bioerror(
|
||||
XFS_BUF_UNREAD(bp);
|
||||
xfs_buf_delwri_dequeue(bp);
|
||||
XFS_BUF_UNDONE(bp);
|
||||
XFS_BUF_STALE(bp);
|
||||
xfs_buf_stale(bp);
|
||||
|
||||
xfs_buf_ioend(bp, 0);
|
||||
|
||||
@@ -1090,7 +1090,7 @@ xfs_bioerror_relse(
|
||||
XFS_BUF_UNREAD(bp);
|
||||
xfs_buf_delwri_dequeue(bp);
|
||||
XFS_BUF_DONE(bp);
|
||||
XFS_BUF_STALE(bp);
|
||||
xfs_buf_stale(bp);
|
||||
bp->b_iodone = NULL;
|
||||
if (!(fl & XBF_ASYNC)) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user