Changeset a5bad72 in mainline for uspace/srv/fs/minixfs/mfs_balloc.c
- Timestamp:
- 2011-06-26T10:08:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2527b1d5
- Parents:
- 38b7233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_balloc.c
r38b7233 ra5bad72 85 85 b->dirty = true; 86 86 r = block_put(b); 87 mfsdebug("free index %u\n", idx); 87 88 88 89 out_err: … … 188 189 for (j = 0; j < chunk_bits; ++j) { 189 190 if (!(chunk & (1 << j))) { 190 mfsdebug("i = %d j = %d\n", i, j);191 191 r = i * chunk_bits + j; 192 192 chunk |= 1 << j;
Note:
See TracChangeset
for help on using the changeset viewer.