mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[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:
@@ -523,7 +523,7 @@ VfatCreateFile(
|
||||
Stack->Parameters.Create.ShareAccess,
|
||||
FileObject,
|
||||
&pFcb->FCBShareAccess,
|
||||
FALSE);
|
||||
TRUE);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
vfatAddToStat(DeviceExt, Fat.FailedCreates, 1);
|
||||
|
||||
Reference in New Issue
Block a user