commit | 6b8fad576a3c8f822a888873c5acdfb31de53c4c | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Mon Dec 07 17:32:35 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 08 22:58:49 2021 +0100 |
tree | c57bcdb7f4b072991df934aea17f0fb6eb27b501 | |
parent | 543068a217a877bb6fa831fc448c9cc131db4feb [diff] |
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>