Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext2fs/ext2fs_ops.c

    rb72efe8 r82a3b31f  
    187187{
    188188        EXT2FS_DBG("(%" PRIun ", -)", devmap_handle);
     189        link_t *link;
    189190        ext2fs_instance_t *tmp;
    190191       
     
    197198        }
    198199
    199         list_foreach(instance_list, link) {
     200        for (link = instance_list.next; link != &instance_list; link = link->next) {
    200201                tmp = list_get_instance(link, ext2fs_instance_t, link);
    201202               
Note: See TracChangeset for help on using the changeset viewer.