Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_ops.c

    rfc22069 r1eaa3cf  
    161161
    162162        /* initialize libblock */
    163         rc = block_init(service_id, 4096);
     163        rc = block_init(EXCHANGE_SERIALIZE, service_id, 4096);
    164164        if (rc != EOK)
    165165                return rc;
     
    12011201        *count = sbi->nfree_zones;
    12021202
    1203         return rc;
     1203        return EOK;
    12041204}
    12051205
Note: See TracChangeset for help on using the changeset viewer.