Ignore:
File:
1 edited

Legend:

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

    r79ae36dd rb62dc100  
    5555#include <sys/mman.h>
    5656#include <align.h>
    57 #include <malloc.h>
    5857
    5958#define FAT_NODE(node)  ((node) ? (fat_node_t *) (node)->data : NULL)
     
    970969
    971970        /* initialize libblock */
    972         rc = block_init(EXCHANGE_SERIALIZE, devmap_handle, BS_SIZE);
     971        rc = block_init(devmap_handle, BS_SIZE);
    973972        if (rc != EOK) {
    974973                async_answer_0(rid, rc);
Note: See TracChangeset for help on using the changeset viewer.