[FASTFAT] Use the FastFAT mechanism for counting clusters already implemented
[reactos.git] / drivers / filesystems / fastfat / rw.c
index d78054e..60713e1 100644 (file)
@@ -540,11 +540,6 @@ VfatWriteFileData(
         }
     }
 
-    if (NT_SUCCESS(Status) && ClusterCount != 0 && DeviceExt->FatInfo.FatType == FAT32)
-    {
-        FAT32UpdateFreeClustersCount(DeviceExt, ClusterCount, FALSE);
-    }
-
     return Status;
 }