Changeset feeac0d in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2013-09-10T16:32:35Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4982d87
- Parents:
- e8d6ce2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
re8d6ce2 rfeeac0d 194 194 } 195 195 196 list_foreach(instance_list, link) { 197 ext4fs_instance_t *tmp = 198 list_get_instance(link, ext4fs_instance_t, link); 199 196 list_foreach(instance_list, link, ext4fs_instance_t, tmp) { 200 197 if (tmp->service_id == service_id) { 201 198 *inst = tmp;
Note:
See TracChangeset
for help on using the changeset viewer.