Ignore:
File:
1 edited

Legend:

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

    r79ae36dd r991f645  
    167167        int rc;
    168168
    169         rc = block_init(EXCHANGE_SERIALIZE, dev, TMPFS_COMM_SIZE);
     169        rc = block_init(dev, TMPFS_COMM_SIZE);
    170170        if (rc != EOK)
    171171                return false;
Note: See TracChangeset for help on using the changeset viewer.