On 10/8/24 8:08 AM, Christian Brauner wrote: > On Tue, Oct 08, 2024 at 07:52:48AM GMT, Eric Sandeen wrote: >> Convert the hfs filesystem to use the new mount API. >> Tested by comparing random mount & remount options before and after >> the change, and trivial I/O tests. >> >> Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> >> --- >> >> V2: attach sb to sbi (sbi->sb = sb) in fill_super as before >> >> Brown paper bag time, I really only tested mount/unmount, and because > > We don't do brown paper bags here. Making people fix their bugs is > the real punishment. :) Fair ;) >> I had forgotten to attach sb back to sbi (sbi->sb = sb) in fill_super(), > > I already folded that fix into your earlier patch. > Thank you! -Eric