aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorQu Wenruo <[email protected]>2022-08-10 13:58:57 +0800
committerDavid Sterba <[email protected]>2022-09-26 12:27:55 +0200
commitfc65bb53180cc13ea646c150316b219d4579ebe3 (patch)
tree75479b9230f71c0637d3edad32c7beb6e6ff3d14 /tools/perf/scripts/python/export-to-sqlite.py
parent527c490f44f6f13df30980203822a913c39c8192 (diff)
btrfs: scrub: remove impossible sanity checks
There are several sanity checks which are no longer possible to trigger inside btrfs_scrub_dev(). Since we have mount time check against super block nodesize/sectorsize, and our fixed macro is hardcoded to handle even the worst combination. Thus those sanity checks are no longer needed, can be easily removed. But this patch still uses some ASSERT()s as a safe net just in case we change some features in the future to trigger those impossible combinations. Signed-off-by: Qu Wenruo <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions