[FASTFAT] On volume open, update share access if volume was already open

It was never updated afterwards, leading to a totally loss of share
access information amongst callers.
This commit is contained in:
Pierre Schweitzer 2019-02-14 10:48:32 +01:00
parent c9c3622ef1
commit f36cbf75e3
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -523,7 +523,7 @@ VfatCreateFile(
Stack->Parameters.Create.ShareAccess,
FileObject,
&pFcb->FCBShareAccess,
FALSE);
TRUE);
if (!NT_SUCCESS(Status))
{
vfatAddToStat(DeviceExt, Fat.FailedCreates, 1);