mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
tst: ntptfs: fix ea size for NTFS compatibility
This commit is contained in:
@@ -150,7 +150,7 @@ NTSTATUS LfsGetFileInfo(
|
||||
FileInfo->ChangeTime = FileAllInfo.V.BasicInformation.ChangeTime.QuadPart;
|
||||
FileInfo->IndexNumber = FileAllInfo.V.InternalInformation.IndexNumber.QuadPart;
|
||||
FileInfo->HardLinks = 0;
|
||||
FileInfo->EaSize = FileAllInfo.V.EaInformation.EaSize;
|
||||
FileInfo->EaSize = LfsGetEaSize(FileAllInfo.V.EaInformation.EaSize);
|
||||
|
||||
if (0 != OpenFileInfo &&
|
||||
OpenFileInfo->NormalizedNameSize > sizeof(WCHAR) + FileAllInfo.V.NameInformation.FileNameLength &&
|
||||
|
Reference in New Issue
Block a user