diff options
author | Christoph Hellwig <hch@lst.de> | 2011-07-13 07:43:49 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2011-07-13 07:43:49 -0400 |
commit | cb669ca5701153a808db6627521cc8aa52fc42d1 (patch) | |
tree | 90529cad1994d11b8a21b0c2607adfb8da0b49fd /fs/xfs/linux-2.6/xfs_buf.c | |
parent | adadbeefb34f755a3477da51035eeeec2c1fde38 (diff) |
xfs: remove wrappers around b_iodone
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index a0d97c5a3f15..888176ad5308 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1107,7 +1107,7 @@ xfs_bioerror_relse( | |||
1107 | XFS_BUF_UNDELAYWRITE(bp); | 1107 | XFS_BUF_UNDELAYWRITE(bp); |
1108 | XFS_BUF_DONE(bp); | 1108 | XFS_BUF_DONE(bp); |
1109 | XFS_BUF_STALE(bp); | 1109 | XFS_BUF_STALE(bp); |
1110 | XFS_BUF_CLR_IODONE_FUNC(bp); | 1110 | bp->b_iodone = NULL; |
1111 | if (!(fl & XBF_ASYNC)) { | 1111 | if (!(fl & XBF_ASYNC)) { |
1112 | /* | 1112 | /* |
1113 | * Mark b_error and B_ERROR _both_. | 1113 | * Mark b_error and B_ERROR _both_. |