sys: maintain FO_FILE_MODIFIED bit

This commit is contained in:
Bill Zissimopoulos
2016-10-29 13:04:13 -07:00
parent 9bcd8dcb8e
commit e0f163e9ba
3 changed files with 15 additions and 1 deletions

View File

@ -634,7 +634,8 @@ static NTSTATUS Open(FSP_FILE_SYSTEM *FileSystem,
* To properly implement this we should maintain some state of whether
* we modified the file or not. Alternatively we could have the driver
* report to us at Cleanup time whether the file was modified. [The
* driver does not currently maintain the FO_FILE_MODIFIED bit however.]
* FSD does maintain the FO_FILE_MODIFIED bit, but does not send it
* to us.]
*
* TBD.
*/