Changeset 6fcc03a in mainline for uspace/srv/fs/minixfs/mfs_balloc.c
- Timestamp:
- 2011-04-16T17:18:35Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- a900fb1
- Parents:
- e700970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_balloc.c
re700970 r6fcc03a 181 181 182 182 for (i = start_bit; i < bsize / sizeof(uint32_t); ++i) { 183 if ( ~b[i]) {183 if (!(~b[i])) { 184 184 /*No free bit in this chunk*/ 185 185 continue;
Note: See TracChangeset
for help on using the changeset viewer.