mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
Get back DO_DIRECT_IO flag that has been removed in r31747
svn path=/trunk/; revision=32027
This commit is contained in:
parent
a1af57e18c
commit
53405da51b
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
|||
goto ErrorEnd;
|
||||
}
|
||||
|
||||
NtfsGlobalData->DeviceObject->Flags |= DO_DIRECT_IO;
|
||||
|
||||
/* Register file system */
|
||||
IoRegisterFileSystem(NtfsGlobalData->DeviceObject);
|
||||
ObReferenceObject(NtfsGlobalData->DeviceObject);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue