Changes between Version 1 and Version 2 of Ticket #40, comment 27
- Timestamp:
- Apr 24, 2017, 11:29:56 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 27
v1 v2 6 6 7 7 I am just guessing as I have not tried out but I would think that for files larger > 2 GB, all these structure variables would need to be 64-bit[[BR]] 8 (otherwise it would be impossible for the kernel to track the size and file position of a file > 2 GByte :where would it save a file position that exceeds an "unsigned long" value ?).[[BR]]9 Needless to say that this is not documented anywhere ...10 8 11 I a lso don't know if "struct sffsi" will need to change for ALL entry points (even the legacy ones) when you specify FSA_LARGEFILE flag in the FS_ATTRIBUTE.9 I am guessing this way as for example FS_CANCELLOCKREQUEST does not have an offset parameter but still, a new FS_CANCELLLOCKREQUESTL entry point exists.