1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 02:58:38 -05:00

Major refactoring: WIP

This commit is contained in:
Bill Zissimopoulos
2015-12-20 12:15:23 -08:00
parent da4fa4a925
commit e08e44d5f9

View File

@@ -232,7 +232,7 @@ static NTSTATUS FspFsvolDeviceInit(PDEVICE_OBJECT DeviceObject)
if (!NT_SUCCESS(Result))
return Result;
/* allocate a spare VPB in case we are mounted on an fsvrt */
/* allocate a spare VPB in case we are mounted on a virtual disk */
if (FILE_DEVICE_DISK_FILE_SYSTEM == DeviceObject->DeviceType)
{
FsvolDeviceExtension->SwapVpb = FspAllocNonPagedExternal(sizeof *FsvolDeviceExtension->SwapVpb);