On Tue, Mar 05, 2024 at 05:47:52AM -0800, Christoph Hellwig wrote: > > +static int vxfs_init_fs_context(struct fs_context *fc) > > +{ > > + fc->ops = &vxfs_context_ops; > > + > > + return 0; > > Superficial nit, but I would have skipped the empty line here. > > Otherwise this looks good and thanks for doing the work! > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > > (and I'm fine with routing all freevxfs patches through Christian) Oh, I didn't realize that you were active there. Thanks!