Chameleon

Chameleon Commit Details

Date:2010-04-15 16:02:14 (14 years 11 days ago)
Author:Tamás Kosárszky
Commit:139
Parents: 138
Message:Applied easternguy's hfs.c ReadExtent() call changes.
Changes:
M/trunk/i386/libsaio/hfs.c

File differences

trunk/i386/libsaio/hfs.c
602602
603603
604604
605
605
606606
607607
608608
......
732732
733733
734734
735
735
736736
737737
738738
// Read the BTree node and get the record for index.
ReadExtent(extent, extentSize, kHFSCatalogFileID,
curNode * nodeSize, nodeSize, nodeBuf, 1);
(long long)curNode * nodeSize, nodeSize, nodeBuf, 1);
GetBTreeRecord(index, nodeBuf, nodeSize, &testKey, &entry);
GetCatalogEntryInfo(entry, flags, time, finderInfo, infoValid);
while (1) {
// Read the current node.
ReadExtent(extent, extentSize, extentFile,
curNode * nodeSize, nodeSize, nodeBuf, 1);
(long long)curNode * nodeSize, nodeSize, nodeBuf, 1);
// Find the matching key.
lowerBound = 0;

Archive Download the corresponding diff file

Revision: 139