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
By definition of truncate, it can set the file size to be large than before. The new bytes are filled with zeros. In our implementation, we don't allocate missing blocks so we need to make sure that read treats missing blocks as filled with zeros.
The text was updated successfully, but these errors were encountered:
By definition of truncate, it can set the file size to be large than before. The new bytes are filled with zeros. In our implementation, we don't allocate missing blocks so we need to make sure that read treats missing blocks as filled with zeros.
The text was updated successfully, but these errors were encountered: