Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/src/balloc.c

    ra35b458 r84239b1  
    352352        uint32_t free_blocks;
    353353        uint32_t goal;
     354        uint32_t block_size;
    354355
    355356        /* Find GOAL */
     
    585586
    586587success:
    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);
    591589
    592590        /* Update superblock free blocks count */
Note: See TracChangeset for help on using the changeset viewer.