diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-07-02 21:23:10 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-07-02 21:37:07 +0300 |
commit | bac3f784925299b5e69a857e7e03e59c88aa14be (patch) | |
tree | dc2cdef3d8d8f26c240dd0eaf656f06221327d05 /tools/perf/scripts/python/parallel-perf.py | |
parent | 8aef79928b3ddd8c10a3235f982933addc15a977 (diff) | |
download | linux-bac3f784925299b5e69a857e7e03e59c88aa14be.tar.xz |
xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
In xfs_refcount_finish_one we know the cursor is non-zero when calling
xfs_refcount_finish_one_cleanup and we pass a 0 error variable. This
means xfs_refcount_finish_one_cleanup is just doing a
xfs_btree_del_cursor.
Open code that and move xfs_refcount_finish_one_cleanup to
fs/xfs/xfs_refcount_item.c.
Inspired-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions