Changes in uspace/srv/fs/ext4fs/ext4fs_ops.c [d1538a1:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
rd1538a1 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.