mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[CDFS]
Set SizeOfFastIoDispatch member svn path=/trunk/; revision=67499
This commit is contained in:
parent
613b74b43d
commit
e295fdb99b
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
|||
DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] =
|
||||
CdfsDeviceControl;
|
||||
|
||||
CdfsGlobalData->FastIoDispatch.SizeOfFastIoDispatch = sizeof(FAST_IO_DISPATCH);
|
||||
CdfsGlobalData->FastIoDispatch.FastIoRead = CdfsFastIoRead;
|
||||
CdfsGlobalData->FastIoDispatch.FastIoWrite = CdfsFastIoWrite;
|
||||
DriverObject->FastIoDispatch = &CdfsGlobalData->FastIoDispatch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue