Changeset e5c3580 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2025-06-29T09:20:23Z (4 weeks ago)
- Children:
- 93ea452
- Parents:
- 9c9955ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
r9c9955ab re5c3580 455 455 errno_t rc; 456 456 457 if (!(vol->meta_ops->get_flags() & HR_METADATA_ALLOW_REBUILD)) 458 return ENOTSUP; 459 457 460 rc = hr_init_rebuild(vol, &rebuild_idx); 458 461 if (rc != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.