All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] generic/735: disable for f2fs
@ 2025-12-18  7:17 ` Joanne Chang via Linux-f2fs-devel
  0 siblings, 0 replies; 14+ messages in thread
From: Joanne Chang @ 2025-12-18  7:17 UTC (permalink / raw)
  To: Zorro Lang, fstests; +Cc: Jaegeuk Kim, linux-f2fs-devel, Chao Yu, Joanne Chang

generic/735 attempts to create a file with nearly 2^32 blocks. However,
the maximum block count per file in F2FS is limited by the capacity of
the inode. This limit is roughly 2^30 blocks, which is significantly
lower than the test's requirement.

Signed-off-by: Joanne Chang <joannechien@google.com>
---
 tests/generic/735 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/generic/735 b/tests/generic/735
index 9bbdf3a1..d5ba5673 100755
--- a/tests/generic/735
+++ b/tests/generic/735
@@ -19,6 +19,9 @@ if [[ "$FSTYP" =~ ext[0-9]+ ]]; then
 	_fixed_by_kernel_commit 2dcf5fde6dff "ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS"
 fi
 
+# Block number 0xffffffff is too big for a file in f2fs.
+_exclude_fs f2fs
+
 _require_odirect
 _require_xfs_io_command "falloc"
 _require_xfs_io_command "finsert"
-- 
2.52.0.313.g674ac2bdf7-goog


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

end of thread, other threads:[~2025-12-22  2:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18  7:17 [PATCH v1] generic/735: disable for f2fs Joanne Chang
2025-12-18  7:17 ` [f2fs-dev] " Joanne Chang via Linux-f2fs-devel
2025-12-18  7:33 ` Christoph Hellwig
2025-12-18  7:33   ` [f2fs-dev] " Christoph Hellwig
2025-12-18 12:02   ` Joanne Chang
2025-12-18 12:02     ` [f2fs-dev] " Joanne Chang via Linux-f2fs-devel
2025-12-19  5:30     ` Christoph Hellwig
2025-12-19  5:30       ` [f2fs-dev] " Christoph Hellwig
2025-12-19  8:53       ` Joanne Chang
2025-12-19  8:53         ` [f2fs-dev] " Joanne Chang via Linux-f2fs-devel
2025-12-19 11:10         ` Christoph Hellwig
2025-12-19 11:10           ` [f2fs-dev] " Christoph Hellwig
2025-12-22  2:48           ` Joanne Chang
2025-12-22  2:48             ` [f2fs-dev] " Joanne Chang via Linux-f2fs-devel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.