Changeset 01ab41b in mainline for uspace/lib/ext4/libext4_inode.c


Ignore:
Timestamp:
2011-10-03T11:57:14Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c0c0e1
Parents:
54935cf6
Message:

added more methods needed during ext4 mounting (also copied from ext2)

File:
1 edited

Legend:

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

    r54935cf6 r01ab41b  
    3939
    4040// TODO check return type
     41/**
     42 * TODO doxy
     43 */
    4144uint16_t ext4_inode_get_usage_count(ext4_inode_t *inode)
    4245{
    43         // TODO
     46        // TODO check
    4447        return 0;
    4548}
Note: See TracChangeset for help on using the changeset viewer.