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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 27

    v2 v3  
    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]]
    88
    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.
     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.[[BR]]
     10A good indication of why this might be necessary if FS_NEWSIZEL: you increased the "len" parameter to become "unsigned long long". But then the "sfi_size" parameter in "struct sffsi" should also be 64-bits.