Changeset 30413b31 in mainline for uspace/srv/fs/mfs/mfs_balloc.c
- Timestamp:
- 2011-12-10T08:29:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9f8dd13
- Parents:
- b8b1e631 (diff), 87955bfb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_balloc.c
rb8b1e631 r30413b31 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.