On Fri, Aug 11, 2023 at 12:08:17PM +0200, Christoph Hellwig wrote: > The file system type is not a very useful holder as it doesn't allow us > to go back to the actual file system instance. Pass the super_block > instead which is useful when passed back to the file system driver. > > This matches what is done for all other block device based file systems. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Looks good to me, Acked-by: Christian Brauner <brauner@xxxxxxxxxx>