diff options
author | Christoph Hellwig <hch@lst.de> | 2020-09-01 20:55:44 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-09-16 06:52:38 +0300 |
commit | 6a7584b1d82b7b9fcce02ee7aeddc58f9cebbccc (patch) | |
tree | 4898cc96725abf2f0f29885344d3e03ce884f72c /fs/xfs/xfs_log_recover.c | |
parent | 664ffb8a429a800c51964b94c15c6a92c8d8334c (diff) | |
download | linux-6a7584b1d82b7b9fcce02ee7aeddc58f9cebbccc.tar.xz |
xfs: fold xfs_buf_ioend_finish into xfs_ioend
No need to keep a separate helper for this logic.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 5b2e5067ab44..3813044c2b7f 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -288,7 +288,6 @@ xlog_recover_iodone( xfs_buf_item_relse(bp); ASSERT(bp->b_log_item == NULL); bp->b_flags &= ~_XBF_LOGRECOVERY; - xfs_buf_ioend_finish(bp); } /* |