summaryrefslogtreecommitdiff
path: root/fs/dlm/dir.c
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2024-04-16 15:07:13 +0100
committerDavid Sterba <dsterba@suse.com>2024-05-07 21:31:07 +0200
commit078b981aaa565040348cd3ca75b0ec9e138464a9 (patch)
tree646dc5bb09d7f48f88917e3a48952fdc7d946912 /fs/dlm/dir.c
parent0d89a15e1a0dcc861481ee696ec332c998140510 (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 <johannes.thumshirn@wdc.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/dlm/dir.c')
0 files changed, 0 insertions, 0 deletions