sys, winfsp-tests: rename SerialNumber to VolumeSerialNumber

This commit is contained in:
Bill Zissimopoulos
2016-01-25 15:33:47 -08:00
parent 82d88e2af8
commit f19500568d
6 changed files with 10 additions and 10 deletions

View File

@ -177,7 +177,7 @@ static NTSTATUS FspFsvolQueryFsVolumeInformation(
ULONG CopyLength;
Info->VolumeCreationTime.QuadPart = VolumeInfo->VolumeCreationTime;
Info->VolumeSerialNumber = FsvolDeviceExtension->VolumeParams.SerialNumber;
Info->VolumeSerialNumber = FsvolDeviceExtension->VolumeParams.VolumeSerialNumber;
Info->VolumeLabelLength = VolumeInfo->VolumeLabelLength;
Info->SupportsObjects = FALSE;