Changeset 12b4a7f in mainline for uspace/lib/ext4/libext4_bitmap.c


Ignore:
Timestamp:
2011-11-07T16:23:30Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
43a9968
Parents:
052e82d
Message:

functional truncate operation (only to lower size actually), except extent files

File:
1 edited

Legend:

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

    r052e82d r12b4a7f  
    3333/**
    3434 * @file        libext4_bitmap.c
    35  * @brief       TODO
     35 * @brief       Ext4 bitmap (block & inode) operations.
    3636 */
    3737
     
    9191        free_blocks++;
    9292        ext4_block_group_set_free_blocks_count(bg_ref->block_group, free_blocks);
     93        bg_ref->dirty = true;
    9394
    9495        rc = ext4_filesystem_put_block_group_ref(bg_ref);
Note: See TracChangeset for help on using the changeset viewer.