On Wed, Nov 08, 2023 at 02:08:35PM -0500, Josef Bacik wrote: > v1->v2: > - Fixed up some nits and paste errors. > - Fixed build failure with !ZONED. > - Fixed accidentally dropping BINARY_MOUNTDATA flag. > - Added Reviewed-by's collected up to this point. > > These have run through our CI a few times, they haven't introduced any > regressions. > > --- Original email --- > Hello, > > These patches convert us to use the new mount API. Christian tried to do this a > few months ago, but ran afoul of our preference to have a bunch of small > changes. I started this series before I knew he had tried to convert us, so > there's a fair bit that's different, but I did copy his approach for the remount > bit. I've linked to the original patch where I took inspiration, Christian let > me know if you want some other annotation for credit, I wasn't really sure the > best way to do that. Thank you for pointing out the work that I did and for building on the bits of it that you could reuse. That's enough credit for me. Thanks for converting btrfs and I hope we can get this merged soon. This was the last really major filesystems that hadn't been converted yet so I'm very glad to see this done. Acked-by: Christian Brauner <brauner@xxxxxxxxxx>