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


Ignore:
Timestamp:
2011-10-05T12:48:33Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b9d37bb
Parents:
3711e7e
Message:

Added more getters on basic ext4 structures

File:
1 edited

Legend:

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

    r3711e7e r3712434  
    501501        *index = EXT4_INODE_ROOT_INDEX;
    502502        *size = 0;
    503         *lnkcnt = ext4_inode_get_usage_count(enode->inode_ref->inode);
     503        *lnkcnt = ext4_inode_get_links_count(enode->inode_ref->inode);
    504504
    505505        ext4fs_node_put(root_node);
Note: See TracChangeset for help on using the changeset viewer.