mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: WIP
This commit is contained in:
parent
ec59ee43b9
commit
b597c11b72
@ -94,7 +94,10 @@ DriverEntry(
|
|||||||
FspFastIoDispatch.ReleaseForCcFlush = FspReleaseForCcFlush;
|
FspFastIoDispatch.ReleaseForCcFlush = FspReleaseForCcFlush;
|
||||||
DriverObject->FastIoDispatch = &FspFastIoDispatch;
|
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);
|
IoRegisterFileSystem(FspDeviceObject);
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user