mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 09:23:37 -05:00
Major refactoring: WIP
This commit is contained in:
parent
7ef68a6688
commit
e59e4d20d7
@ -154,7 +154,6 @@ static NTSTATUS FspFsctlCreateVolume(
|
||||
FsvolDeviceExtension = FspFsvolDeviceExtension(FsvolDeviceObject);
|
||||
FsvolDeviceExtension->FsctlDeviceObject = DeviceObject;
|
||||
FsvolDeviceExtension->FsvrtDeviceObject = FsvrtDeviceObject;
|
||||
FsvolDeviceExtension->MupHandle = MupHandle;
|
||||
FsvolDeviceExtension->VolumeParams = VolumeParams;
|
||||
if (0 != FsvrtDeviceObject)
|
||||
FspDeviceInitComplete(FsvrtDeviceObject);
|
||||
@ -169,6 +168,7 @@ static NTSTATUS FspFsctlCreateVolume(
|
||||
FspDeviceRelease(FsvolDeviceObject);
|
||||
goto exit;
|
||||
}
|
||||
FsvolDeviceExtension->MupHandle = MupHandle;
|
||||
}
|
||||
|
||||
/* associate the new volume device with our file object */
|
||||
|
Loading…
x
Reference in New Issue
Block a user