mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-26 05:52:46 -06: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