mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +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
|
@ -89,6 +89,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
|||
WARN_(NTFS, "IoCreateDevice failed with status: %lx\n", Status);
|
||||
goto ErrorEnd;
|
||||
}
|
||||
|
||||
NtfsGlobalData->DeviceObject->Flags |= DO_DIRECT_IO;
|
||||
|
||||
/* Register file system */
|
||||
IoRegisterFileSystem(NtfsGlobalData->DeviceObject);
|
||||
|
|
Loading…
Reference in a new issue