Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/disk.c

    r4c6fd56 r7ae01d5  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    499499
    500500        log_msg(LOG_DEFAULT, LVL_DEBUG, "block_init(%zu)", sid);
    501         rc = block_init(sid, 2048);
     501        rc = block_init(sid);
    502502        if (rc != EOK) {
    503503                log_msg(LOG_DEFAULT, LVL_ERROR, "Failed opening block device %s.",
Note: See TracChangeset for help on using the changeset viewer.