Changes in / [070ad12:48e3190] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_filesystem.c

    r070ad12 r48e3190  
    12841284        block_t *block;
    12851285        while (level > 0) {
    1286                
    1287                 /* Sparse check */
    1288                 if (current_block == 0)
    1289                         return EOK;
    1290                
    12911286                int rc = block_get(&block, fs->device, current_block, 0);
    12921287                if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.