summaryrefslogtreecommitdiff
path: root/tests/generic/413
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-08-29 16:03:37 -0700
committerZorro Lang <zlang@kernel.org>2023-09-02 13:54:38 +0800
commitbfe2fd60049e91334ce559309c24e1543a2031f7 (patch)
tree24eea4ee5c4eee00c4699bb7fb0f405eba4b2826 /tests/generic/413
parentc5cef5ba74ede0b42a1f90e29b4175ed5cbb6a27 (diff)
common: split _get_hugepagesize into detection and actual query
This helper has two parts -- querying the value, and _notrun'ing the test if huge pages aren't turned on. Break these into the usual _require_hugepages and _get_hugepagesize predicates so that we can adapt xfs/559 to large folios being used for writes. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests/generic/413')
-rwxr-xr-xtests/generic/4131
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/generic/413 b/tests/generic/413
index 155f397d..bd1b04a6 100755
--- a/tests/generic/413
+++ b/tests/generic/413
@@ -13,6 +13,7 @@ _begin_fstest auto quick dax prealloc
. ./common/filter
_supported_fs generic
+_require_hugepages
_require_test
_require_scratch_dax_mountopt "dax"
_require_test_program "feature"