Changeset 4285f384 in mainline for uspace/srv/system/system.c


Ignore:
Timestamp:
2025-02-25T20:25:43Z (16 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
d231a54
Message:

Allow physically ejecting CD-ROM using vol eject -s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/system/system.c

    rd231a54 r4285f384  
    533533
    534534        for (i = 0; i < nparts; i++) {
    535                 rc = vol_part_eject(vol, part_ids[i]);
     535                rc = vol_part_eject(vol, part_ids[i], vef_none);
    536536                if (rc != EOK) {
    537537                        log_msg(LOG_DEFAULT, LVL_ERROR, "Error ejecting "
Note: See TracChangeset for help on using the changeset viewer.