Ignore:
File:
1 edited

Legend:

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

    ree3f6f6 r1558d85  
    5757#include <align.h>
    5858#include <malloc.h>
    59 #include <str.h>
    6059
    6160#define FAT_NODE(node)  ((node) ? (fat_node_t *) (node)->data : NULL)
     
    939938
    940939        /* initialize libblock */
    941         rc = block_init(EXCHANGE_SERIALIZE, service_id, BS_SIZE);
     940        rc = block_init(service_id, BS_SIZE);
    942941        if (rc != EOK) {
    943942                free(instance);
Note: See TracChangeset for help on using the changeset viewer.