]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/077: remove _require_meta_uuid
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Apr 2024 17:05:48 +0000 (19:05 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 12 May 2024 12:28:48 +0000 (20:28 +0800)
commit79ed115c91516be9f50a3a802318b4b6bbedaf86
treed12776486a0925f98d87c18d56e4dedec0ecefa0
parent41474afbed5b3a215061c81815c83323d3d2accc
xfs/077: remove _require_meta_uuid

_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.

Reported-by: Chandan Babu R <chandanbabu@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/xfs
tests/xfs/077