This commit is contained in:
Bill Zissimopoulos 2015-11-16 22:49:02 -08:00
parent ec59ee43b9
commit b597c11b72

View File

@ -94,7 +94,10 @@ DriverEntry(
FspFastIoDispatch.ReleaseForCcFlush = FspReleaseForCcFlush;
DriverObject->FastIoDispatch = &FspFastIoDispatch;
/* register as a file system; this informs all filter drivers */
/*
* Register as a file system; this informs all filter drivers.
* Future drivers will not be informed because we are a FILE_DEVICE_FILE_SYSTEM!
*/
IoRegisterFileSystem(FspDeviceObject);
return STATUS_SUCCESS;