On Wed, Oct 16, 2019 at 08:41:43AM +0800, Ian Kent wrote: > When changing to use the new mount api the super block won't be > available when the xfs_mount info struct is allocated so move > setting the super block in xfs_mount to xfs_fs_fill_super(). > > Also change xfs_mount_alloc() decalaration static -> STATIC. Looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>