Changeset 5b0a3946 in mainline for uspace/lib/ext4/libext4_balloc.c


Ignore:
Timestamp:
2012-04-04T19:17:05Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c2d19d
Parents:
e7ed26be
Message:

developement version of releasing more complex extent tree with nontrivial depth (> 0)

File:
1 edited

Legend:

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

    re7ed26be r5b0a3946  
    163163                        ext4_balloc_get_bgid_of_block(sb, first + count);
    164164
    165         assert(block_group_first == block_group_last);
     165        EXT4FS_DBG("first =\%u (bg \%u), last = \%u (bg \%u)", first,  block_group_first, first + count, block_group_last);
    166166
    167167        ext4_block_group_ref_t *bg_ref;
Note: See TracChangeset for help on using the changeset viewer.