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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user