summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2021-10-21 21:58:37 +0300
committerDavid Sterba <dsterba@suse.com>2022-01-03 17:09:43 +0300
commitdc2e724e0fc070b63fad892389e047909a1de07b (patch)
tree8168943e7401320ad322ca4188483459038170a5 /Makefile
parent5a08663d01c544bc1d0e552d060ccdda20e9103f (diff)
downloadlinux-dc2e724e0fc070b63fad892389e047909a1de07b.tar.xz
btrfs: rename btrfs_item_end_nr to btrfs_item_data_end
The name btrfs_item_end_nr() is a bit of a misnomer, as it's actually the offset of the end of the data the item points to. In fact all of the helpers that we use btrfs_item_end_nr() use data in their name, like BTRFS_LEAF_DATA_SIZE() and leaf_data(). Rename to btrfs_item_data_end() to make it clear what this helper is giving us. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions