From: Yangyang Zang Date: Thu, 19 Mar 2026 03:35:18 +0000 (+0800) Subject: common/config: export F2FS_RESIZE_PROG X-Git-Tag: v2026.04.20~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=271d7a1257f762a4fff2c8cc433b86cc6dd1320b;p=xfstests-dev.git common/config: export F2FS_RESIZE_PROG export F2FS_RESIZE_PROG w/ resize.f2fs, it can be used for resize f2fs. Cc: Jaegeuk Kim Cc: Chao Yu Signed-off-by: Yangyang Zang Reviewed-by: Chao Yu Signed-off-by: Zorro Lang --- diff --git a/common/config b/common/config index 8468a600..4fd4c2c8 100644 --- a/common/config +++ b/common/config @@ -323,6 +323,7 @@ export DUMP_F2FS_PROG=$(type -P dump.f2fs) export F2FS_IO_PROG=$(type -P f2fs_io) export F2FS_INJECT_PROG=$(type -P inject.f2fs) export F2FS_FSCK_PROG=$(type -P fsck.f2fs) +export F2FS_RESIZE_PROG=$(type -P resize.f2fs) export BTRFS_UTIL_PROG=$(type -P btrfs) export BTRFS_SHOW_SUPER_PROG=$(type -P btrfs-show-super) export BTRFS_CONVERT_PROG=$(type -P btrfs-convert)