Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/helenos/block.c

    r7ae01d5 r7c3fb9b  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
    32 * Copyright (c) 2012 Sean Bartell
    43 * All rights reserved.
     
    104103        // Initialize libblock
    105104        errno_t rc;
    106         rc = block_init(service_id);
     105        rc = block_init(service_id, 2048);
    107106        if (rc != EOK)
    108107                return rc;
Note: See TracChangeset for help on using the changeset viewer.