summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2026-02-10 13:54:29 +1030
committerDavid Sterba <dsterba@suse.com>2026-04-07 18:55:56 +0200
commit09664971b33718680c20f94aaf5d18fc8d7b0a3c (patch)
treee3f638351d3fbd977d3fee1327b297e48ff80f24 /tools/perf/scripts/python
parent74e505fc89e2e6383b4f10f23318dfc3b62f70dc (diff)
btrfs: rename btrfs_ordered_extent::list to csum_list
That list head records all pending checksums for that ordered extent. And unlike other lists, we just use the name "list", which can be very confusing for readers. Rename it to "csum_list" which follows the remaining lists, showing the purpose of the list. And since we're here, remove a comment inside btrfs_finish_ordered_zoned() where we have "ASSERT(!list_empty(&ordered->csum_list))" to make sure the OE has pending csums. That comment is only here to make sure we do not call list_first_entry() before checking BTRFS_ORDERED_PREALLOC. But since we already have that bit checked and even have a dedicated ASSERT(), there is no need for that comment anymore. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions