mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -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