1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-23 00:23:53 +03:00

Fix for 64 bit issues with oplocks and allocation size.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 81be3a1429
commit 4a9c995e50
8 changed files with 2562 additions and 2169 deletions

View File

@@ -365,8 +365,8 @@ typedef struct files_struct
SMB_INO_T inode;
BOOL delete_on_close;
SMB_OFF_T pos;
SMB_OFF_T size;
SMB_OFF_T initial_allocation_size; /* Faked up initial allocation on disk. */
SMB_BIG_UINT size;
SMB_BIG_UINT initial_allocation_size; /* Faked up initial allocation on disk. */
mode_t mode;
uint16 vuid;
write_bmpx_struct *wbmpx_ptr;