Re: [PATCH v5 0/8] A variety of lock contention fixes
From: David Sterba <hidden>
Date: 2021-01-27 10:14:42
From: David Sterba <hidden>
Date: 2021-01-27 10:14:42
On Fri, Dec 18, 2020 at 02:24:18PM -0500, Josef Bacik wrote:
v4->v5: - Added "btrfs: remove bogus BUG_ON in alloc_reserved_tree_block", as Nikolay pointed out I needed to explain why we no longer needed one of the delayed ref flushes, which led me down the rabbit hole of trying to understand why it wasn't a problem anymore. Turned out the BUG_ON() is bogus. - Added "btrfs: move delayed ref flushing for qgroup into qgroup helper", instead of removing the flushing for qgroups completely, we still sort of need it, even though it's actually still broken, so I've moved it into the qgroup helper. - Added Nikolay's rb for the last patch.
Moved from topic branch to misc-next, thanks.