Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

SetEndOfFile does not allow extension beyond EOF #47

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Open

SetEndOfFile does not allow extension beyond EOF #47

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

This is also related to issue# 72 I added.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant