btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
authorJosef Bacik <josef@toxicpanda.com>
Sat, 13 Apr 2024 04:11:22 +0000 (00:11 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 May 2024 19:31:05 +0000 (21:31 +0200)
commit99f2be15229ae269afa9af0eeaca2deefa87fdb3
tree408e19a54ae367d91c52a84dcfffa347c31bca98
parent7f6af7c434d9db0f937774e9f0e31bf5fc73a86e
btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref

Now that these two structs are the same, move the btrfs_data_ref and
btrfs_tree_ref up and use these in the btrfs_delayed_ref_node.  Then
remove the btrfs_delayed_*_ref structs.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c
fs/btrfs/delayed-ref.h