Changes in uspace/lib/ext4/src/balloc.c [a35b458:84239b1] in mainline
- File:
-
- 1 edited
-
uspace/lib/ext4/src/balloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/balloc.c
ra35b458 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.
