Changeset 84239b1 in mainline for uspace/lib/ext4/src/balloc.c
- Timestamp:
- 2018-03-11T19:39:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3d47c97
- Parents:
- 850fd32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/balloc.c
r850fd32 r84239b1 352 352 uint32_t free_blocks; 353 353 uint32_t goal; 354 uint32_t block_size; 354 355 355 356 /* Find GOAL */ … … 585 586 586 587 success: 587 /* Empty command - because of syntax */ 588 ; 589 590 uint32_t block_size = ext4_superblock_get_block_size(sb); 588 block_size = ext4_superblock_get_block_size(sb); 591 589 592 590 /* Update superblock free blocks count */
Note:
See TracChangeset
for help on using the changeset viewer.