projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FASTFAT] Use the FastFAT mechanism for counting clusters already implemented
[reactos.git]
/
drivers
/
filesystems
/
fastfat
/
fsctl.c
diff --git
a/drivers/filesystems/fastfat/fsctl.c
b/drivers/filesystems/fastfat/fsctl.c
index
486535d
..
b849bf4
100644
(file)
--- a/
drivers/filesystems/fastfat/fsctl.c
+++ b/
drivers/filesystems/fastfat/fsctl.c
@@
-737,6
+737,7
@@
VfatMount(
_SEH2_END;
DeviceExt->LastAvailableCluster = 2;
+ CountAvailableClusters(DeviceExt, NULL);
ExInitializeResourceLite(&DeviceExt->FatResource);
InitializeListHead(&DeviceExt->FcbListHead);