mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-17 18:16:02 -05:00
sys: implement FastIo operations
FspFastIoQueryOpen
This commit is contained in:
+1
-1
@@ -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