Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    rfc22069 r2463df9  
    10671067
    10681068        /* initialize libblock */
    1069         rc = block_init(service_id, BS_SIZE);
     1069        rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE);
    10701070        if (rc != EOK)
    10711071                return rc;
Note: See TracChangeset for help on using the changeset viewer.