diff options
author | Filipe Manana <[email protected]> | 2024-04-16 15:07:13 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-05-07 21:31:07 +0200 |
commit | 078b981aaa565040348cd3ca75b0ec9e138464a9 (patch) | |
tree | 646dc5bb09d7f48f88917e3a48952fdc7d946912 /tools/perf/scripts/python | |
parent | 0d89a15e1a0dcc861481ee696ec332c998140510 (diff) |
btrfs: rename some variables at try_release_extent_mapping()
Rename the following variables:
1) "btrfs_inode" to "inode", because it's shorter to type and clear, and
we don't have a VFS inode here as well, so there's no confusion;
2) "tree" to "io_tree", to be clear which tree we are dealing with, since
we use 2 different trees in the function;
3) "map" to "extent_tree" since "map" gives the idea we are dealing with
an extent map for example, but we are dealing with the inode's extent
tree (the tree which stores extent maps).
These also make the next patches simpler.
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions