Changeset 9104bb5 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2012-03-20T20:22:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4419e7
- Parents:
- cd581120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
rcd581120 r9104bb5 1003 1003 uint32_t fs_block; 1004 1004 rc = ext4_filesystem_get_inode_data_block_index(inst->filesystem, 1005 inode_ref ->inode, file_block, &fs_block);1005 inode_ref, file_block, &fs_block); 1006 1006 if (rc != EOK) { 1007 1007 async_answer_0(callid, rc); … … 1090 1090 1091 1091 ext4_inode_ref_t *inode_ref = enode->inode_ref; 1092 rc = ext4_filesystem_get_inode_data_block_index(fs, inode_ref ->inode, iblock, &fblock);1092 rc = ext4_filesystem_get_inode_data_block_index(fs, inode_ref, iblock, &fblock); 1093 1093 if (rc != EOK) { 1094 1094 ext4fs_node_put(fn);
Note:
See TracChangeset
for help on using the changeset viewer.