Ignore:
File:
1 edited

Legend:

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

    r84239b1 ra35b458  
    352352        uint32_t free_blocks;
    353353        uint32_t goal;
    354         uint32_t block_size;
    355354
    356355        /* Find GOAL */
     
    586585
    587586success:
    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);
    589591
    590592        /* Update superblock free blocks count */
Note: See TracChangeset for help on using the changeset viewer.