]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
various: fix finding metadata inode numbers when metadir is enabled
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:37 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:41:56 +0000 (13:41 -0700)
commit069b0a0388e534889da1cb377c71c577584b4ab8
treee98fe786b29133922baedd0811cd8abb3f3bbdbe
parent67c21f46f884de4c3765cb2db4ea1a701600553b
various: fix finding metadata inode numbers when metadir is enabled

There are a number of tests that use xfs_db to examine the contents of
metadata inodes to check correct functioning.  The logic is scattered
everywhere and won't work with metadata directory trees, so make a
shared helper to find these inodes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
12 files changed:
common/xfs
tests/xfs/007
tests/xfs/529
tests/xfs/530
tests/xfs/739
tests/xfs/740
tests/xfs/741
tests/xfs/742
tests/xfs/743
tests/xfs/744
tests/xfs/745
tests/xfs/746