Changes in uspace/srv/fs/ext4fs/ext4fs_ops.c [feeac0d:d1538a1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
rfeeac0d rd1538a1 194 194 } 195 195 196 list_foreach(instance_list, link, ext4fs_instance_t, tmp) { 196 list_foreach(instance_list, link) { 197 ext4fs_instance_t *tmp = 198 list_get_instance(link, ext4fs_instance_t, link); 199 197 200 if (tmp->service_id == service_id) { 198 201 *inst = tmp;
Note:
See TracChangeset
for help on using the changeset viewer.