btrfs: pass a btrfs_bio to btrfs_use_append
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Dec 2022 07:37:21 +0000 (08:37 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:55 +0000 (19:38 +0100)
commit921603c76246a7f716b9a244d7b1fa1653935f31
treee159317e7f58d87214a8fda74029373e2d8aac6b
parent0d495430db8d704b3a70b244b54d5ee30cf03f69
btrfs: pass a btrfs_bio to btrfs_use_append

struct btrfs_bio has all the information needed for btrfs_use_append, so
pass that instead of a btrfs_inode and file_offset.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/bio.c
fs/btrfs/extent_io.c
fs/btrfs/zoned.c
fs/btrfs/zoned.h