]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: pass walk_control structure to replay_xattr_deletes()
authorFilipe Manana <fdmanana@suse.com>
Wed, 27 Aug 2025 14:24:08 +0000 (15:24 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 23 Sep 2025 06:49:18 +0000 (08:49 +0200)
commit7790a882ca6bfe24392080605e5ba19f138ac29d
tree7b2d5065adadf85acaaf61de03565ff802f9d380
parent2f5b8095ea47b142c56c09755a8b1e14145a2d30
btrfs: pass walk_control structure to replay_xattr_deletes()

Instead of passing the transaction, subvolume root and log tree as
arguments to replay_xattr_deletes(), pass the walk_control structure as
we can grab all of those from the structure. This reduces the number of
arguments passed and it's going to be needed by an incoming change that
improves error reporting for log replay.

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