]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
btrfs: rename replay_dest member of struct walk_control to root
authorFilipe Manana <fdmanana@suse.com>
Tue, 26 Aug 2025 15:27:46 +0000 (16:27 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 23 Sep 2025 06:49:17 +0000 (08:49 +0200)
commit2c123db1f0e1fbba424263851973e2bb862c26fb
treedc288513437a0669e10c550ffb68cfda93729a63
parent6803bff896ef96c9b2ee436d9e4f17ba7357d601
btrfs: rename replay_dest member of struct walk_control to root

Everywhere else we refer to a subvolume root we are replaying to simply
as 'root', so rename from 'replay_dest' to 'root' for consistency and
having a more meaningful and shorter name. While at it also update the
comment to be more detailed and comply to preferred style (first word in
a sentence is capitalized and sentence ends with punctuation).

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c