Ignore:
File:
1 edited

Legend:

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

    rfc22069 ree3f6f6  
    939939
    940940        /* initialize libblock */
    941         rc = block_init(service_id, BS_SIZE);
     941        rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE);
    942942        if (rc != EOK) {
    943943                free(instance);
Note: See TracChangeset for help on using the changeset viewer.