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
{{ message }}
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
When trying to do a SetEndOfFile that goes beyond the current EOF, Dokan
doesn't pass through the call to the implementation's SetEndOfFile (line 51
of dokan/setfile.c,
http://www.google.com/codesearch/p?hl=de#ER2YZypmdXg/trunk/dokan/setfile.c&q=han
dle%20package:http://dokan\.googlecode\.com&l=45).
Comment:
I guess you found some issues in just passing through this call to the
implementation's SetEndOfFile, did you? But from my experience, handling
the EOF and extending the file's allocation for any access beyond it (write
or truncate) is the file system's business.
Original issue reported on code.google.com by fhupf...@gmail.com on 4 Jan 2009 at 2:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
fhupf...@gmail.com
on 4 Jan 2009 at 2:23The text was updated successfully, but these errors were encountered: