Changes in uspace/srv/fs/mfs/mfs_balloc.c [6d4d883:c2e50d7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_balloc.c
r6d4d883 rc2e50d7 198 198 limit = sbi->nzones - sbi->firstdatazone - 1; 199 199 } else { 200 /* bid == BMAP_INODE*/200 /* bid == BMAP_INODE */ 201 201 search = &sbi->isearch; 202 202 start_block = 2; … … 212 212 for (i = *search / bits_per_block; i < nblocks; ++i) { 213 213 r = block_get(&b, inst->service_id, i + start_block, 214 214 BLOCK_FLAGS_NONE); 215 215 216 216 if (r != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.