Re: [PATCH v2] btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned
From: Johannes Thumshirn
Date: Wed Jan 14 2026 - 06:24:45 EST
Above do_allocation_zoned() is a comment block describing the locking
order, which even after this patch still states that space_info->lock
has to be taken before block_group->lock. Please remove it as well.
With that fixed:
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>