Changeset 756 for Whitix/branches/fs/fs/journal/journals.c
- Timestamp:
- 07/08/08 18:16:50 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/fs/journal/journals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/fs/journal/journals.c
r751 r756 88 88 journal->maxLength=vNode->size/BYTES_PER_SECTOR(vNode->superBlock); 89 89 journal->sectorSize=BYTES_PER_SECTOR(vNode->superBlock); 90 journal->transSequence=1; 90 91 91 92 if (BeToCpu32(jSb->maxLen) < journal->maxLength)