]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: rename struct btrfs_block_group field commit_used to last_used
authorMark Harmstone <mark@harmstone.com>
Wed, 7 Jan 2026 14:09:06 +0000 (14:09 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:54:34 +0000 (07:54 +0100)
commitbf8ff4b9f0aa3f9e49779c8d3edbdc11caa5cd05
treeee05ec79fb8a33451a9d00cb82e7e4d893985173
parentefcab3176eb28427177c6319e128b41efd03ffdd
btrfs: rename struct btrfs_block_group field commit_used to last_used

Rename the field commit_used in struct btrfs_block_group to last_used,
for clarity and consistency with the similar fields we're about to add.
It's not obvious that commit_flags means "flags as of the last commit"
rather than "flags related to a commit".

Signed-off-by: Mark Harmstone <mark@harmstone.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c
fs/btrfs/block-group.h