]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: pass the owner_root and level to alloc_extent_buffer
authorJosef Bacik <josef@toxicpanda.com>
Thu, 5 Nov 2020 15:45:20 +0000 (10:45 -0500)
committerDavid Sterba <dsterba@suse.com>
Tue, 8 Dec 2020 14:54:07 +0000 (15:54 +0100)
commit2944f6947eeea539021e4832bf4ee1cdeaf0f96e
treef781b57b4ccf79b2f863dd6ca715bc8602f3a33b
parentd6deb0b69c5fb39d00ceabf879fa0f96bd1c7b99
btrfs: pass the owner_root and level to alloc_extent_buffer

Now that we've plumbed all of the callers to have the owner root and the
level, plumb it down into alloc_extent_buffer().

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/disk-io.c
fs/btrfs/disk-io.h
fs/btrfs/extent-tree.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/reada.c
fs/btrfs/relocation.c
fs/btrfs/tree-log.c
fs/btrfs/volumes.c