mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Get back DO_DIRECT_IO flag that has been removed in r31747
svn path=/trunk/; revision=32027
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user