]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/229: call on the test directory
authorChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 14:55:07 +0000 (15:55 +0100)
committerZorro Lang <zlang@kernel.org>
Thu, 28 Nov 2024 02:19:26 +0000 (10:19 +0800)
commitc8114d98186a7c03d3c2b5e895d06b4da010cc02
treea2f9423d08b9bfd8f5c0af87f8ee46e52d1be9c8
parent88be6071da67f94af9721e0f5f0afa159b2605f8
xfs/229: call on the test directory

xfs/229 operates on a directory that is forced to the data volume, but
it calls _require_fs_space on $TEST_DIR which might point to the RT
device when -d rtinherit is set.

Call _require_fs_space on $TDIR after it is created to check for the
space actually used by the test.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: "Hans Holmberg" <hans.holmberg@wdc.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/229