On Tue, Aug 01, 2023 at 05:43:33PM +0200, Christoph Hellwig wrote: > > + ret = vfs_get_tree(fc); > > + if (ret) > > + return ret; > > The error handling here now fails to set FS_CONTEXT_FAILED. Actually that's still done in the caller. But that just reconfirms my opinion on the shape of the pre-existing code..