]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/config: export F2FS_RESIZE_PROG
authorYangyang Zang <zangyangyang66@gmail.com>
Thu, 19 Mar 2026 03:35:18 +0000 (11:35 +0800)
committerZorro Lang <zlang@kernel.org>
Tue, 31 Mar 2026 19:40:23 +0000 (03:40 +0800)
export F2FS_RESIZE_PROG w/ resize.f2fs, it can be used for resize f2fs.

Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Chao Yu <chao@kernel.org>
Signed-off-by: Yangyang Zang <zangyangyang1@xiaomi.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/config

index 8468a60081f50ce026fbb6cb65ff328a8df63ceb..4fd4c2c8af11cc658ea2f53e68d835358111f604 100644 (file)
@@ -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)