Changeset 5b26747 in mainline for uspace/lib/ext4/libext4_inode.c
- Timestamp:
- 2012-05-08T08:03:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bed78cb
- Parents:
- 3169f3b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_inode.c
r3169f3b0 r5b26747 188 188 } 189 189 190 /** TODO comment 191 * 190 /** Get time, when i-node was deleted. 191 * 192 * @param inode i-node 193 * @return time of the delete action (POSIX) 192 194 */ 193 195 uint32_t ext4_inode_get_deletion_time(ext4_inode_t *inode) … … 196 198 } 197 199 198 /** TODO comment 199 * 200 /** Set time, when i-node was deleted. 201 * 202 * @param inode i-node 203 * @param time time of the delete action (POSIX) 200 204 */ 201 205 void ext4_inode_set_deletion_time(ext4_inode_t *inode, uint32_t time)
Note:
See TracChangeset
for help on using the changeset viewer.