[v2,0/2] btrfs: RAID stripe tree updates

Message ID 20230920-rst-updates-v2-0-b4dc154a648f@wdc.com
Headers
Series btrfs: RAID stripe tree updates |

Message

Johannes Thumshirn Sept. 20, 2023, 9:31 a.m. UTC
  Here is the second batch of updates for the RAID stripe tree patchset in
for-next which address some of the review comments.

---
- Link to first batch: https://lore.kernel.org/r/20230918-rst-updates-v1-0-17686dc06859@wdc.com

---
Johannes Thumshirn (2):
      btrfs: check for incompat bit in btrfs_insert_raid_extent
      btrfs: check for incompat bit in btrfs_need_stripe_tree_update

 fs/btrfs/raid-stripe-tree.c | 2 +-
 fs/btrfs/raid-stripe-tree.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: e70275b918d304c9687a91e990a8ef440658c3bf
change-id: 20230915-rst-updates-8c55784ca4ef

Best regards,
  

Comments

David Sterba Sept. 20, 2023, 2:50 p.m. UTC | #1
On Wed, Sep 20, 2023 at 02:31:16AM -0700, Johannes Thumshirn wrote:
> Here is the second batch of updates for the RAID stripe tree patchset in
> for-next which address some of the review comments.
> 
> ---
> - Link to first batch: https://lore.kernel.org/r/20230918-rst-updates-v1-0-17686dc06859@wdc.com
> 
> ---
> Johannes Thumshirn (2):
>       btrfs: check for incompat bit in btrfs_insert_raid_extent
>       btrfs: check for incompat bit in btrfs_need_stripe_tree_update
> 
>  fs/btrfs/raid-stripe-tree.c | 2 +-
>  fs/btrfs/raid-stripe-tree.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Folded, thanks.