mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	sys,dll: Overwrite now correctly handles AllocationSize
This commit is contained in:
		| @@ -847,6 +847,7 @@ FSP_API NTSTATUS FspFileSystemOpOverwrite(FSP_FILE_SYSTEM *FileSystem, | ||||
|         (PVOID)ValOfFileContext(Request->Req.Overwrite), | ||||
|         Request->Req.Overwrite.FileAttributes, | ||||
|         Request->Req.Overwrite.Supersede, | ||||
|         Request->Req.Overwrite.AllocationSize, | ||||
|         &FileInfo); | ||||
|     if (!NT_SUCCESS(Result)) | ||||
|     { | ||||
|   | ||||
| @@ -1011,7 +1011,7 @@ exit: | ||||
| } | ||||
|  | ||||
| static NTSTATUS fsp_fuse_intf_Overwrite(FSP_FILE_SYSTEM *FileSystem, | ||||
|     PVOID FileNode, UINT32 FileAttributes, BOOLEAN ReplaceFileAttributes, | ||||
|     PVOID FileNode, UINT32 FileAttributes, BOOLEAN ReplaceFileAttributes, UINT64 AllocationSize, | ||||
|     FSP_FSCTL_FILE_INFO *FileInfo) | ||||
| { | ||||
|     struct fuse *f = FileSystem->UserContext; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user