Message ID | 20250409151534.GI6274@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | xfs/792: skip test if rextsize isn't congruent with operation length | expand |
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/tests/xfs/792 b/tests/xfs/792 index 6c7b2db1135625..b1436a113a152a 100755 --- a/tests/xfs/792 +++ b/tests/xfs/792 @@ -30,6 +30,7 @@ _require_xfs_io_error_injection "bmap_finish_one" _scratch_mkfs >> $seqres.full _scratch_mount +_require_congruent_file_oplen $SCRATCH_MNT 65536 # Create original file _pwrite_byte 0x58 0 1m $SCRATCH_MNT/a >> $seqres.full