On Wed, Apr 09, 2025 at 08:43:03AM -0700, Darrick J. Wong wrote: > > + error = -libxfs_metafile_resv_init(mp); > > + if (error) > > + prealloc_fail(mp, error, 0, _("metafile")); > > Could this be _("metadata files") so that the error message becomes: > > mkfs.xfs: cannot handle expansion of metadata files; need 55 free blocks, have 7 > > With that changed, Sure.