diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-12-15 21:03:31 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-12-15 21:03:31 +0300 |
commit | 8bd0bf570bd7b5cbcce3f70b760d8dcccd8df6c8 (patch) | |
tree | 6dcb9f5344f7cba9afd4c352ee756e3358532b79 /tools/perf/scripts/python/gecko.py | |
parent | efb43b355457dab474c7eb40d6b2f3cb04c24ecf (diff) | |
download | linux-8bd0bf570bd7b5cbcce3f70b760d8dcccd8df6c8.tar.xz |
xfs: remove trivial bnobt/inobt scrub helpers
Christoph Hellwig complained about awkward code in the next two repair
patches such as:
sc->sm->sm_type = XFS_SCRUB_TYPE_BNOBT;
error = xchk_bnobt(sc);
This is a little silly, so let's export the xchk_{,i}allocbt functions
to the dispatch table in scrub.c directly and get rid of the helpers.
Originally I had planned each btree gets its own separate entry point,
but since repair doesn't work that way, it no longer makes sense to
complicate the call chain that way.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions