Changeset 01ab41b in mainline for uspace/lib/ext4/libext4_inode.c
- Timestamp:
- 2011-10-03T11:57:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c0c0e1
- Parents:
- 54935cf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_inode.c
r54935cf6 r01ab41b 39 39 40 40 // TODO check return type 41 /** 42 * TODO doxy 43 */ 41 44 uint16_t ext4_inode_get_usage_count(ext4_inode_t *inode) 42 45 { 43 // TODO 46 // TODO check 44 47 return 0; 45 48 }
Note:
See TracChangeset
for help on using the changeset viewer.