@@ -87,7 +87,7 @@ _fragment_freesp()
# Try again anyway
avail=`_get_available_space $SCRATCH_MNT`
- $XFS_IO_PROG -fc "pwrite -S 0x65 0 $avail" ${file}.${i}
+ $XFS_IO_PROG -fc "pwrite -S 0x65 0 $avail" ${file}
# Punch out whatever we need
seq 1 $((nr * 4)) | while read f; do
@@ -88,7 +88,7 @@ _fragment_freesp()
# Try again anyway
avail=`_get_available_space $SCRATCH_MNT`
- $XFS_IO_PROG -fc "pwrite -S 0x65 0 $avail" ${file}.${i}
+ $XFS_IO_PROG -fc "pwrite -S 0x65 0 $avail" ${file}
# Punch out whatever we need
seq 1 $((nr * 4)) | while read f; do