Changeset 84239b1 in mainline for uspace/lib/ext4/src/balloc.c


Ignore:
Timestamp:
2018-03-11T19:39:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3d47c97
Parents:
850fd32
Message:

And there was much fixing.

File:
1 edited

Legend:

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

    r850fd32 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.