Thread (17 messages) 17 messages, 3 authors, 2021-08-16
STALE1761d
Revisions (3)
  1. v1 [diff vs current]
  2. v2 current
  3. v3 [diff vs current]

[PATCH v2 3/8] btrfs/057: use _scratch_mkfs_sized to set filesystem size

From: Naohiro Aota <naohiro.aota@wdc.com>
Date: 2021-08-11 15:13:02
Also in: fstests
Subsystem: the rest · Maintainer: Linus Torvalds

Btrfs/057 is using _scratch_mkfs directly to set filesystem size. This
can be _scratch_mkfs_sized instead, to go through several
checks (e.g., minimal filesystem size check).

Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
---
 tests/btrfs/057 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/btrfs/057 b/tests/btrfs/057
index 074ac96abcda..782d854a057f 100755
--- a/tests/btrfs/057
+++ b/tests/btrfs/057
@@ -16,7 +16,7 @@ _begin_fstest auto quick
 _supported_fs btrfs
 _require_scratch
 
-run_check _scratch_mkfs "-b 1g"
+_scratch_mkfs_sized $((1024 * 1024 * 1024)) >> $seqres.full 2>&1
 
 _scratch_mount
 
-- 
2.32.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help