On Wed, Jun 28, 2023 at 05:31:21PM +0200, Christoph Hellwig wrote: > Hi all, > > this series is a prequel to another big set of writeback patches, and > mostly deals with compressed writeback, which does a few things very > different from other writeback code. The biggest results are the removal > of the magic redirtying when handing off to the worker thread, and a fix > for out of zone active resources handling when using compressed writeback > on a zoned file system, but mostly it just removes a whole bunch of code. > > Note that the first 5 patches have been out on the btrfs list as > standalone submissions for a while, but they are included for completeness > so that this series can be easily applied to the btrfs misc-next tree. Besides the minor comment for patch 1 the rest looks good, rolls back the evolution of the compression code to a good state. The flags to bool is trivial change so I'd rather do it locally and you don't need to resend. Thanks.