You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f3probe: avoid hanging before the second reset
f3probe was writing too many blocks between
the first and the second reset due to
a poor estimate of the writing and reseting times.
f3read: fix for Windows/Cygwin
Windows requires that the file descriptor passed to fdatasync(2)
to be writable.
Tom Hall reported the issue and proposed the solution.