mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +00:00
Set direct io flag of the device object.
svn path=/trunk/; revision=21814
This commit is contained in:
parent
0d5cf488c4
commit
7b09374005
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
|||
return(Status);
|
||||
}
|
||||
|
||||
/* initialize the device object */
|
||||
DeviceObject->Flags = DO_DIRECT_IO;
|
||||
|
||||
/* initialize device extension */
|
||||
DeviceExtension = DeviceObject->DeviceExtension;
|
||||
InitializeListHead(&DeviceExtension->MailslotListHead);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue