mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: implement FastIo operations
FspFastIoQueryOpen
This commit is contained in:
@ -122,7 +122,7 @@ NTSTATUS DriverEntry(
|
||||
//FspFastIoDispatch.FastIoWriteCompressed = 0;
|
||||
//FspFastIoDispatch.MdlReadCompleteCompressed = 0;
|
||||
//FspFastIoDispatch.MdlWriteCompleteCompressed = 0;
|
||||
//FspFastIoDispatch.FastIoQueryOpen = 0;
|
||||
FspFastIoDispatch.FastIoQueryOpen = FspFastIoQueryOpen;
|
||||
FspFastIoDispatch.ReleaseForModWrite = FspReleaseForModWrite;
|
||||
FspFastIoDispatch.AcquireForCcFlush = FspAcquireForCcFlush;
|
||||
FspFastIoDispatch.ReleaseForCcFlush = FspReleaseForCcFlush;
|
||||
|
Reference in New Issue
Block a user