Changeset 528e5b3 in mainline for uspace/lib/ext4/libext4_bitmap.c


Ignore:
Timestamp:
2011-11-18T17:06:12Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae3d4f8
Parents:
d5ba17f
Message:

New bugs solved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_bitmap.c

    rd5ba17f r528e5b3  
    114114                byte_part = true;
    115115
    116                 if (*pos & (1 << (idx % 8))) {
     116                if ((*pos & (1 << (idx % 8))) == 0) {
    117117                        *pos |= (1 << (idx % 8));
    118118                        *index = idx;
Note: See TracChangeset for help on using the changeset viewer.