LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
256 stars 77 forks source link

Fix DtoD copy reporting on ltfs_ordered_copy #222

Closed piste-jp closed 4 years ago

piste-jp commented 4 years ago

Summary of changes

Fix disk to disk copy reporting on ltfs_ordered_copy

Description

Success counter is always 0 at disk to disk copy because pass the immutable object to writer thread.

Type of change

Checklist: