mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: comment change
This commit is contained in:
parent
a1ec205ba4
commit
ea09e3a57b
@ -284,7 +284,7 @@ static NTSTATUS FspFsvolDeviceInit(PDEVICE_OBJECT DeviceObject)
|
||||
ExInitializeResourceLite(&FsvolDeviceExtension->DeleteResource);
|
||||
FsvolDeviceExtension->InitDoneDelRsc = 1;
|
||||
|
||||
/* setup our Ioq */
|
||||
/* create our Ioq */
|
||||
IrpTimeout.QuadPart = FsvolDeviceExtension->VolumeParams.IrpTimeout * 10000;
|
||||
/* convert millis to nanos */
|
||||
Result = FspIoqCreate(
|
||||
@ -344,6 +344,7 @@ static VOID FspFsvolDeviceFini(PDEVICE_OBJECT DeviceObject)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* delete the Ioq */
|
||||
if (FsvolDeviceExtension->InitDoneIoq)
|
||||
FspIoqDelete(FsvolDeviceExtension->Ioq);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user