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:
@@ -127,6 +127,11 @@ NTSTATUS LfsFsControlFile(
|
||||
PVOID OutputBuffer,
|
||||
ULONG OutputBufferLength,
|
||||
PULONG PBytesTransferred);
|
||||
static inline
|
||||
ULONG LfsGetEaSize(ULONG EaSize)
|
||||
{
|
||||
return 0 != EaSize ? EaSize - 4 : 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user