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

@@ -455,7 +455,7 @@ NTSTATUS MemfsCreate(ULONG Flags, ULONG FileInfoTimeout,
memset(&VolumeParams, 0, sizeof VolumeParams);
VolumeParams.SectorSize = MEMFS_SECTOR_SIZE;
VolumeParams.SectorsPerAllocationUnit = MEMFS_SECTORS_PER_ALLOCATION_UNIT;
VolumeParams.SerialNumber = (UINT32)(MemfsGetSystemTime() / (10000 * 1000));
VolumeParams.VolumeSerialNumber = (UINT32)(MemfsGetSystemTime() / (10000 * 1000));
VolumeParams.FileInfoTimeout = FileInfoTimeout;
VolumeParams.CaseSensitiveSearch = 1;
VolumeParams.CasePreservedNames = 1;