aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorQu Wenruo <[email protected]>2024-01-08 13:50:20 +1030
committerDavid Sterba <[email protected]>2024-03-04 16:24:45 +0100
commit8bab0a30665e46054f8e19286f0d08a121453b08 (patch)
treef35ebe4f6cd39b58b8dcc085d8aef32b7db7524c /tools/perf/scripts/python/event_analyzing_sample.py
parent90d35da658da8cff0d4ecbb5113f5fac9d00eb72 (diff)
btrfs: remove the pg_offset parameter from btrfs_get_extent()
The parameter @pg_offset of btrfs_get_extent() is only utilized for inlined extent, and we already have an ASSERT() and tree-checker, to make sure we can only get inline extent at file offset 0. Any invalid inline extent with non-zero file offset would be rejected by tree-checker in the first place. Thus the @pg_offset parameter is not really necessary, just remove it. 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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions