btrfs: rename btrfs_root::highest_objectid to free_objectid
authorNikolay Borisov <nborisov@suse.com>
Mon, 7 Dec 2020 15:32:35 +0000 (17:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Feb 2021 21:58:49 +0000 (22:58 +0100)
commit6b8fad576a3c8f822a888873c5acdfb31de53c4c
treec57bcdb7f4b072991df934aea17f0fb6eb27b501
parent543068a217a877bb6fa831fc448c9cc131db4feb
btrfs: rename btrfs_root::highest_objectid to free_objectid

This reflects the true purpose of the member as it's being used solely
in context where a new objectid is being allocated. Future changes will
also change the way it's being used to closely follow this semantics.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/ioctl.c