Changeset e63ce679 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


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

Some TODOs solved (mostly in error handling)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    r7689590 re63ce679  
    10921092        rc = ext4_filesystem_get_inode_data_block_index(fs, inode_ref->inode, iblock, &fblock);
    10931093        if (rc != EOK) {
    1094                 // TODO error
    10951094                ext4fs_node_put(fn);
    1096                 EXT4FS_DBG("error loading block addr");
     1095                async_answer_0(callid, rc);
    10971096                return rc;
    10981097        }
Note: See TracChangeset for help on using the changeset viewer.