mbox series

[0/2] btrfs: zoned: two independent fixes for zoned btrfs

Message ID cover.1646646324.git.johannes.thumshirn@wdc.com (mailing list archive)
Headers show
Series btrfs: zoned: two independent fixes for zoned btrfs | expand

Message

Johannes Thumshirn March 7, 2022, 9:50 a.m. UTC
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(-)

Comments

Johannes Thumshirn March 7, 2022, 10:05 a.m. UTC | #1
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.