projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6659810
)
[VFATLIB]
author
Pierre Schweitzer
<pierre@reactos.org>
Sun, 1 Nov 2015 13:03:49 +0000
(13:03 +0000)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sun, 1 Nov 2015 13:03:49 +0000
(13:03 +0000)
Set SYNCHRONIZE where missing
svn path=/trunk/; revision=69771
reactos/lib/fslib/vfatlib/vfatlib.c
patch
|
blob
|
history
diff --git
a/reactos/lib/fslib/vfatlib/vfatlib.c
b/reactos/lib/fslib/vfatlib/vfatlib.c
index
306940b
..
c2cef58
100644
(file)
--- a/
reactos/lib/fslib/vfatlib/vfatlib.c
+++ b/
reactos/lib/fslib/vfatlib/vfatlib.c
@@
-49,7
+49,7
@@
VfatFormat(IN PUNICODE_STRING DriveRoot,
NULL);
Status = NtOpenFile(&FileHandle,
- FILE_GENERIC_READ | FILE_GENERIC_WRITE,
+ FILE_GENERIC_READ | FILE_GENERIC_WRITE
| SYNCHRONIZE
,
&ObjectAttributes,
&Iosb,
FILE_SHARE_READ,