Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    rfeeac0d rd1538a1  
    194194        }
    195195       
    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               
    197200                if (tmp->service_id == service_id) {
    198201                        *inst = tmp;
Note: See TracChangeset for help on using the changeset viewer.