Changeset 7ae01d5 in mainline for uspace/app/init/untar.c


Ignore:
Timestamp:
2024-04-30T13:25:56Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
926d9d9b
Parents:
bdd9e92
git-author:
Jiri Svoboda <jiri@…> (2024-04-29 18:25:36)
git-committer:
Jiri Svoboda <jiri@…> (2024-04-30 13:25:56)
Message:

Remove unused comm_size parameter of block_init()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/untar.c

    rbdd9e92 r7ae01d5  
    11/*
     2 * Copyright (c) 2024 Jiri Svoboda
    23 * Copyright (c) 2018 Martin Decky
    34 * All rights reserved.
     
    5960                return ret;
    6061
    61         ret = block_init(state->sid, 4096);
     62        ret = block_init(state->sid);
    6263        if (ret != EOK)
    6364                return ret;
Note: See TracChangeset for help on using the changeset viewer.