On Mon, Apr 29, 2024 at 07:05:48 PM +0200, Christoph Hellwig wrote: > _require_meta_uuid tries to check if the configuration supports the > metauuid feature. It assumes a scratch fs has already been created, > which in the part was accidentally true to do a _require_xfs_crc call > that was removed in commit 39afc0aa237d ("xfs: remove support for tools > and kernels without v5 support"). > > As v5 file systems always support meta uuids, and xfs/077 forces a v5 > file systems we can just remove the check. > This patch solves the bug, Tested-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> -- Chandan