On Tue, Aug 08, 2023 at 09:15:49AM -0700, Christoph Hellwig wrote: > ->put_super is only called when sb->s_root is set, and thus when > fill_super succeeds. Thus drop the NULL check that can't happen in > xfs_fs_put_super. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>