mbox series

[0/2,RESEND] Fix how we do block group flags

Message ID 20200721144846.4511-1-josef@toxicpanda.com (mailing list archive)
Headers show
Series Fix how we do block group flags | expand

Message

Josef Bacik July 21, 2020, 2:48 p.m. UTC
These two patches address some wonkiness with how we do block group flags.
We've had long standing failures here, this makes things more consistent and
fixes some weird corner cases where we end up with lots of chunks we cannot use.
Thanks,

Josef

Comments

David Sterba July 22, 2020, 4:07 p.m. UTC | #1
On Tue, Jul 21, 2020 at 10:48:44AM -0400, Josef Bacik wrote:
> These two patches address some wonkiness with how we do block group flags.
> We've had long standing failures here, this makes things more consistent and
> fixes some weird corner cases where we end up with lots of chunks we cannot use.
> Thanks,

I responded to the previous posting, tl;dr merged but not tested.