Changeset 36d2c6f in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2011-10-20T09:53:35Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3ca824
- Parents:
- 246a5af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
r246a5af r36d2c6f 238 238 239 239 inode = ext4_directory_entry_ll_get_inode(it.current); 240 return ext4fs_node_get_core(rfn, eparent->instance, inode); 240 241 rc = ext4fs_node_get_core(rfn, eparent->instance, inode); 242 ext4_directory_iterator_fini(&it); 243 return rc; 241 244 } 242 245
Note:
See TracChangeset
for help on using the changeset viewer.