Changeset 292c843 in mainline for uspace/lib/ext4/libext4_balloc.c


Ignore:
Timestamp:
2012-07-10T10:49:18Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f10638
Parents:
9aa82e6
Message:

Very hidden bug in block allocator fixed

File:
1 edited

Legend:

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

    r9aa82e6 r292c843  
    460460                }
    461461
    462                 allocated_block = goal;
     462                allocated_block = ext4_balloc_index_in_group2blockaddr(
     463                                                        sb, index_in_group, block_group);
     464
    463465                goto success;
    464466
Note: See TracChangeset for help on using the changeset viewer.