Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_idx.c

    r593585df r1e4cada  
    531531        unused_initialize(u, dev_handle);
    532532        fibril_mutex_lock(&unused_lock);
    533         if (!unused_find(dev_handle, false)) {
     533        if (!unused_find(dev_handle, false))
    534534                list_append(&u->link, &unused_head);
    535         } else {
    536                 free(u);
     535        else
    537536                rc = EEXIST;
    538         }
    539537        fibril_mutex_unlock(&unused_lock);
    540538        return rc;
Note: See TracChangeset for help on using the changeset viewer.