Message ID | cover.1646646324.git.johannes.thumshirn@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: zoned: two independent fixes for zoned btrfs | expand |
On 07/03/2022 10:50, Johannes Thumshirn wrote: > Two small and independent fixes for problems found while debugging other > issues on zoned btrfs. > > The first one is a possible deadlock and the second one is for removing > leftover ASSERT()s. > > Johannes Thumshirn (2): > btrfs: zoned: use rcu list in btrfs_can_activate_zone > btrfs: zoned: remove left over ASSERT() > > fs/btrfs/zoned.c | 42 +++++++++++++++++++++++++++++++++++------- > 1 file changed, 35 insertions(+), 7 deletions(-) > Please disregard, the 2nd patch contains changes not belonging there.