From 2323b589503321cc30ee06a53bd73319609b7701 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Thu, 9 Oct 2025 16:50:41 +0800 Subject: [PATCH] common/config: source common/f2fs in _source_specific_fs() Let's source common/f2fs in _source_specific_fs() instead of in each testcase. Cc: Jaegeuk Kim Signed-off-by: Chao Yu Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- common/config | 1 + tests/f2fs/002 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config b/common/config index 22b52432..1420e35d 100644 --- a/common/config +++ b/common/config @@ -509,6 +509,7 @@ _source_specific_fs() ;; f2fs) [ "$MKFS_F2FS_PROG" = "" ] && _fatal "mkfs.f2fs not found" + . ./common/f2fs ;; nfs) . ./common/nfs diff --git a/tests/f2fs/002 b/tests/f2fs/002 index 74146217..d2f6e413 100755 --- a/tests/f2fs/002 +++ b/tests/f2fs/002 @@ -43,7 +43,6 @@ _begin_fstest auto quick rw encrypt compress fiemap . ./common/filter -. ./common/f2fs . ./common/encrypt # Prerequisites to create a file that is both encrypted and LZ4-compressed -- 2.39.5