[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:
Pierre Schweitzer
2014-11-29 20:09:44 +00:00
parent 6d54197797
commit fa9b68d4bb
@@ -526,6 +526,7 @@ VfatCreateFile(
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
DeviceExt->OpenHandleCount++;
pFcb->OpenHandleCount++;
Irp->IoStatus.Information = FILE_OPENED;
return STATUS_SUCCESS;