Changes between Version 1 and Version 2 of Ticket #40, comment 27


Ignore:
Timestamp:
Apr 24, 2017, 9:29:56 AM (7 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 27

    v1 v2  
    66
    77I 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 ...
    108
    11 I also 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.
     9I am guessing this way as for example FS_CANCELLOCKREQUEST does not have an offset parameter but still, a new FS_CANCELLLOCKREQUESTL entry point exists.