mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: Simple insert range tests
This testcase tests various corner cases for finsert range functionality over different type of extents. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
a8607c1c30
commit
520b9de743
@@ -1520,7 +1520,7 @@ _require_xfs_io_command()
|
||||
"falloc" )
|
||||
testio=`$XFS_IO_PROG -F -f -c "falloc 0 1m" $testfile 2>&1`
|
||||
;;
|
||||
"fpunch" | "fcollapse" | "zero" | "fzero" )
|
||||
"fpunch" | "fcollapse" | "zero" | "fzero" | "finsert" )
|
||||
testio=`$XFS_IO_PROG -F -f -c "pwrite 0 20k" -c "fsync" \
|
||||
-c "$command 4k 8k" $testfile 2>&1`
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user