@@ -77,11 +77,6 @@ $XFS_IO_PROG -c "exchangerange -d 0 -s $(( blksz * nrblks )) -l 37 $dir/b" $dir/
echo file2 unaligned EOF to file1 nowhere near EOF
$XFS_IO_PROG -c "exchangerange -s 0 -d $(( blksz * nrblks )) -l 37 $dir/b" $dir/a
-echo Files of unequal length
-_pwrite_byte 0x58 $((blksz * nrblks)) $((blksz * 2)) $dir/a >> $seqres.full
-_pwrite_byte 0x59 $((blksz * nrblks)) $blksz $dir/b >> $seqres.full
-$XFS_IO_PROG -c "exchangerange $dir/b" $dir/a
-
echo Files on different filesystems
_pwrite_byte 0x58 0 $((blksz * nrblks)) $SCRATCH_MNT/c >> $seqres.full
$XFS_IO_PROG -c "exchangerange $SCRATCH_MNT/c" $dir/a
@@ -23,8 +23,6 @@ file1 unaligned EOF to file2 nowhere near EOF
exchangerange: Invalid argument
file2 unaligned EOF to file1 nowhere near EOF
exchangerange: Invalid argument
-Files of unequal length
-exchangerange: Bad address
Files on different filesystems
exchangerange: Invalid cross-device link
Files on different mounts