public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] common/config: export F2FS_RESIZE_PROG
@ 2026-03-19  3:35 Yangyang Zang
  2026-03-19  3:35 ` [PATCH 2/2] f2fs/024: add testcase to check resize corrupting root inode Yangyang Zang
  2026-03-23  9:22 ` [PATCH 1/2] common/config: export F2FS_RESIZE_PROG Chao Yu
  0 siblings, 2 replies; 4+ messages in thread
From: Yangyang Zang @ 2026-03-19  3:35 UTC (permalink / raw)
  To: zlang; +Cc: fstests, linux-f2fs-devel, Yangyang Zang, Jaegeuk Kim, Chao Yu

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>
---
 common/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/config b/common/config
index 1420e35ddfee..d95b3226e85f 100644
--- a/common/config
+++ b/common/config
@@ -309,6 +309,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)
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-23  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19  3:35 [PATCH 1/2] common/config: export F2FS_RESIZE_PROG Yangyang Zang
2026-03-19  3:35 ` [PATCH 2/2] f2fs/024: add testcase to check resize corrupting root inode Yangyang Zang
2026-03-23  9:35   ` Chao Yu
2026-03-23  9:22 ` [PATCH 1/2] common/config: export F2FS_RESIZE_PROG Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox