Scorillo47 / dokan

Automatically exported from code.google.com/p/dokan
0 stars 1 forks source link

SetEndOfFile does not allow extension beyond EOF #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is also related to issue# 72 I added.

Original comment by coder...@gmail.com on 2 Mar 2009 at 5:57