Changes in uspace/lib/ext4/src/balloc.c [84239b1:a35b458] in mainline
- File:
-
- 1 edited
-
uspace/lib/ext4/src/balloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/balloc.c
r84239b1 ra35b458 352 352 uint32_t free_blocks; 353 353 uint32_t goal; 354 uint32_t block_size;355 354 356 355 /* Find GOAL */ … … 586 585 587 586 success: 588 block_size = ext4_superblock_get_block_size(sb); 587 /* Empty command - because of syntax */ 588 ; 589 590 uint32_t block_size = ext4_superblock_get_block_size(sb); 589 591 590 592 /* Update superblock free blocks count */
Note:
See TracChangeset
for help on using the changeset viewer.
