Changeset a4726cb in mainline
- Timestamp:
- 2011-09-06T08:59:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5501d0
- Parents:
- 5987f917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_balloc.c
r5987f917 ra4726cb 202 202 start_block = 2 + sbi->ibmap_blocks; 203 203 nblocks = sbi->zbmap_blocks; 204 limit = sbi->nzones ;204 limit = sbi->nzones - sbi->firstdatazone - 1; 205 205 } else { 206 206 /*bid == BMAP_INODE*/
Note:
See TracChangeset
for help on using the changeset viewer.