mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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;
|
goto ErrorEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NtfsGlobalData->DeviceObject->Flags |= DO_DIRECT_IO;
|
||||||
|
|
||||||
/* Register file system */
|
/* Register file system */
|
||||||
IoRegisterFileSystem(NtfsGlobalData->DeviceObject);
|
IoRegisterFileSystem(NtfsGlobalData->DeviceObject);
|
||||||
ObReferenceObject(NtfsGlobalData->DeviceObject);
|
ObReferenceObject(NtfsGlobalData->DeviceObject);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue