Changeset efa5fa1 in mainline for uspace/srv
- Timestamp:
- 2011-07-04T18:52:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 70ac0af
- Parents:
- 2527b1d5
- File:
- 
      - 1 edited
 
 - 
          
  uspace/srv/fs/minixfs/mfs_balloc.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/fs/minixfs/mfs_balloc.cr2527b1d5 refa5fa1 52 52 53 53 if (bid == BMAP_ZONE) { 54 idx -= sbi->firstdatazone; 54 55 start_block = 2 + sbi->ibmap_blocks; 55 56 if (idx > sbi->nzones) { … … 151 152 152 153 *search = *idx; 154 155 if (bid == BMAP_ZONE) 156 *idx += sbi->firstdatazone; 157 153 158 b->dirty = true; 154 159 r = block_put(b); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
