Changeset 25125
- Timestamp:
- 04/24/08 07:28:41 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/add-ons/kernel/file_systems/bfs/Inode.cpp
r24816 r25125 1755 1755 // do we need a new array block? 1756 1756 if (array[indirectIndex % runsPerBlock].IsZero()) { 1757 cached.MakeWritable(transaction); 1758 1757 1759 status = _AllocateBlockArray(transaction, 1758 1760 array[indirectIndex % runsPerBlock]);
