mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 08:34:46 +08:00
[CDFS]
Set SizeOfFastIoDispatch member svn path=/trunk/; revision=67499
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user