Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_filesystem.c

    r79ae36dd rd7c3367  
    6262        fs->device = devmap_handle;
    6363       
    64         rc = block_init(EXCHANGE_SERIALIZE, fs->device, 2048);
     64        rc = block_init(fs->device, 2048);
    6565        if (rc != EOK) {
    6666                return rc;
Note: See TracChangeset for help on using the changeset viewer.