mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FASTFAT]
If you decrease handles count on cleanup, don't forget to increase it on create. This fixes sharing violation on ReactOS installation with IopParseDevice hack disabled. svn path=/trunk/; revision=65525
This commit is contained in:
@@ -526,6 +526,7 @@ VfatCreateFile(
|
||||
|
||||
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
|
||||
DeviceExt->OpenHandleCount++;
|
||||
pFcb->OpenHandleCount++;
|
||||
|
||||
Irp->IoStatus.Information = FILE_OPENED;
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user