]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: cache stripe tree usage in struct btrfs_io_geometry
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 16 Dec 2024 08:10:39 +0000 (09:10 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:16 +0000 (14:53 +0100)
commit68ab9825a6a9677b6eab07666750e3fbc006b000
treef6dbc1be1ff9bd947c0e85e3379c813db0366eff
parent88694f74f4853b01dae678fb8d5f2c46948ae620
btrfs: cache stripe tree usage in struct btrfs_io_geometry

Cache the return of btrfs_need_stripe_tree_update() in struct
btrfs_io_geometry starting from btrfs_map_block().

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c