Changeset 9104bb5 in mainline for uspace/lib/ext4/libext4_balloc.c


Ignore:
Timestamp:
2012-03-20T20:22:19Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4419e7
Parents:
cd581120
Message:

changes according to reading inode data with extent

File:
1 edited

Legend:

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

    rcd581120 r9104bb5  
    193193        if (inode_block_count > 0) {
    194194                // TODO check retval
    195                 ext4_filesystem_get_inode_data_block_index(fs, inode_ref->inode, inode_block_count - 1, &goal);
     195                ext4_filesystem_get_inode_data_block_index(fs, inode_ref, inode_block_count - 1, &goal);
    196196
    197197                // TODO
Note: See TracChangeset for help on using the changeset viewer.