Changeset 922427a8 in mainline for uspace/lib/ext4/src/ops.c


Ignore:
Timestamp:
2026-04-13T17:04:45Z (2 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
417cc85
Parents:
a2f95ce
Message:

Fix compilation with -Og.

File:
1 edited

Legend:

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

    ra2f95ce r922427a8  
    12861286    size_t *wbytes, aoff64_t *nsize)
    12871287{
    1288         fs_node_t *fn;
     1288        fs_node_t *fn = NULL;
    12891289        errno_t rc2;
    12901290        bool fblock_allocated = false;
     1291        ext4_inode_ref_t *inode_ref = NULL;
    12911292
    12921293        errno_t rc = ext4_node_get(&fn, service_id, index);
     
    13181319
    13191320        /* Load inode */
    1320         ext4_inode_ref_t *inode_ref = enode->inode_ref;
     1321        inode_ref = enode->inode_ref;
    13211322        rc = ext4_filesystem_get_inode_data_block_index(inode_ref, iblock,
    13221323            &fblock);
Note: See TracChangeset for help on using the changeset viewer.