Changeset 528e5b3 in mainline for uspace/lib/ext4/libext4_bitmap.c
- Timestamp:
- 2011-11-18T17:06:12Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae3d4f8
- Parents:
- d5ba17f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_bitmap.c
rd5ba17f r528e5b3 114 114 byte_part = true; 115 115 116 if ( *pos & (1 << (idx % 8))) {116 if ((*pos & (1 << (idx % 8))) == 0) { 117 117 *pos |= (1 << (idx % 8)); 118 118 *index = idx;
Note:
See TracChangeset
for help on using the changeset viewer.