Changeset c6a44a3 in mainline for uspace/lib/ext4/libext4_balloc.c


Ignore:
Timestamp:
2012-04-07T13:07:25Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b16912
Parents:
f3676f3c
Message:

Missing variable declaration

File:
1 edited

Legend:

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

    rf3676f3c rc6a44a3  
    165165        assert(block_group_first == block_group_last);
    166166
     167        ext4_block_group_ref_t *bg_ref;
    167168        rc = ext4_filesystem_get_block_group_ref(fs, block_group_first, &bg_ref);
    168169        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.