Changeset d30e067 in mainline for uspace/lib/fdisk/src/fdisk.c
- Timestamp:
- 2025-03-02T20:02:33Z (5 months ago)
- Children:
- 8cdf360
- Parents:
- 7debda3 (diff), 4285f384 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/src/fdisk.c
r7debda3 rd30e067 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 819 819 errno_t rc; 820 820 821 rc = vol_part_eject(part->dev->fdisk->vol, part->svc_id );821 rc = vol_part_eject(part->dev->fdisk->vol, part->svc_id, vef_none); 822 822 if (rc != EOK) 823 823 return EIO;
Note:
See TracChangeset
for help on using the changeset viewer.