Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_dump.c

    rf73b291 rfc22069  
    169169        int rc;
    170170
    171         rc = block_init(EXCHANGE_SERIALIZE, dsid, TMPFS_COMM_SIZE);
     171        rc = block_init(dsid, TMPFS_COMM_SIZE);
    172172        if (rc != EOK)
    173173                return false;
Note: See TracChangeset for help on using the changeset viewer.