Changeset 01ab41b in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.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/srv/fs/ext4fs/ext4fs_ops.c
r54935cf6 r01ab41b 98 98 99 99 /** 100 * TODO comment100 * TODO doxy 101 101 */ 102 102 int ext4fs_global_init(void) … … 106 106 } 107 107 108 /** 109 * TODO doxy 110 */ 108 111 int ext4fs_global_fini(void) 109 112 { … … 144 147 int ext4fs_root_get(fs_node_t **rfn, service_id_t service_id) 145 148 { 146 // TODO 147 return 0; 149 return ext4fs_node_get(rfn, service_id, EXT4_INODE_ROOT_INDEX); 148 150 } 149 151 … … 167 169 } 168 170 171 /** 172 * TODO doxy 173 */ 169 174 int ext4fs_node_open(fs_node_t *fn) 170 175 { 171 // TODO 176 // TODO stateless operation 172 177 return EOK; 173 178 }
Note:
See TracChangeset
for help on using the changeset viewer.