projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FASTFAT]
[reactos.git]
/
reactos
/
drivers
/
filesystems
/
fastfat
/
create.c
diff --git
a/reactos/drivers/filesystems/fastfat/create.c
b/reactos/drivers/filesystems/fastfat/create.c
index
05069df
..
0859762
100644
(file)
--- a/
reactos/drivers/filesystems/fastfat/create.c
+++ b/
reactos/drivers/filesystems/fastfat/create.c
@@
-526,6
+526,7
@@
VfatCreateFile(
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
DeviceExt->OpenHandleCount++;
+ pFcb->OpenHandleCount++;
Irp->IoStatus.Information = FILE_OPENED;
return STATUS_SUCCESS;