Changes between Initial Version and Version 1 of Ticket #8460, comment 15


Ignore:
Timestamp:
Apr 14, 2012, 1:31:00 PM (12 years ago)
Author:
jahaiku

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8460, comment 15

    initial v1  
    1414}}}
    1515Checking MD5s inside haiku results in wrong checksums beginning from bigFile4 and all following files.
     16
     17
     18I have now added these lines into the requested places:
     19{{{
     20   TRACE(("JA - %d %d %d %d \n", (int)offset, (int)node->startLBN[FS_DATA_FORMAT], (int)node->volume->logicalBlkSize[FS_DATA_FORMAT], (int)vecs->offset ));
     21and
     22   TRACE(("JA - %d %d %d %d \n", (int)pos, (int)node->startLBN[FS_DATA_FORMAT], (int)volume->logicalBlkSize[FS_DATA_FORMAT], (int)fileVec.offset ));
     23}}}
     24
     25