> +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)