Changeset 7ae01d5 in mainline for uspace/app/hbench/disk/randread.c
- Timestamp:
- 2024-04-30T13:25:56Z (9 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/disk/randread.c
rbdd9e92 r7ae01d5 73 73 } 74 74 75 rc = block_init(svcid , 2048);75 rc = block_init(svcid); 76 76 if (rc != EOK) { 77 77 bench_run_fail(run, "failed opening block device '%s'",
Note:
See TracChangeset
for help on using the changeset viewer.