Changeset 12b4a7f in mainline for uspace/lib/ext4/libext4_bitmap.c
- Timestamp:
- 2011-11-07T16:23:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43a9968
- Parents:
- 052e82d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_bitmap.c
r052e82d r12b4a7f 33 33 /** 34 34 * @file libext4_bitmap.c 35 * @brief TODO35 * @brief Ext4 bitmap (block & inode) operations. 36 36 */ 37 37 … … 91 91 free_blocks++; 92 92 ext4_block_group_set_free_blocks_count(bg_ref->block_group, free_blocks); 93 bg_ref->dirty = true; 93 94 94 95 rc = ext4_filesystem_put_block_group_ref(bg_ref);
Note:
See TracChangeset
for help on using the changeset viewer.