From 65e59370567a48762c98e080c3e06dc8145acbba Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 20 Nov 2023 11:35:14 -0800 Subject: [PATCH] xfs/601: move this to tests/generic As per last week's discussion, xfs/601 doesn't have any xfs-specific functionality in it. Turn it into a generic test. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- tests/{xfs/601 => generic/734} | 3 ++- tests/{xfs/601.out => generic/734.out} | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename tests/{xfs/601 => generic/734} (98%) rename tests/{xfs/601.out => generic/734.out} (78%) diff --git a/tests/xfs/601 b/tests/generic/734 similarity index 98% rename from tests/xfs/601 rename to tests/generic/734 index 9df46e5e..93c2ad90 100755 --- a/tests/xfs/601 +++ b/tests/generic/734 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2023 Oracle. All Rights Reserved. # -# FS QA Test No. 601 +# FS QA Test No. 734 # # This is a regression test for the kernel commit noted below. The stale # memory exposure can be exploited by creating a file with shared blocks, @@ -29,6 +29,7 @@ _fixed_by_git_commit kernel 35d30c9cf127 \ "iomap: don't skip reading in !uptodate folios when unsharing a range" # real QA test starts here +_supported_fs generic _require_test_reflink _require_cp_reflink _require_xfs_io_command "funshare" diff --git a/tests/xfs/601.out b/tests/generic/734.out similarity index 78% rename from tests/xfs/601.out rename to tests/generic/734.out index 34d519ca..174c3f82 100644 --- a/tests/xfs/601.out +++ b/tests/generic/734.out @@ -1,4 +1,4 @@ -QA output created by 601 +QA output created by 734 Create the original file and a clone Funshare at least one pagecache page Check contents -- 2.47.3