Changeset 3b14bda in mainline for uspace/srv/bd/hr/raid1.c


Ignore:
Timestamp:
2025-07-06T09:21:52Z (2 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
1162b6c
Parents:
c76bf33
Message:

hr: raid1.c: retry split in case of failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/raid1.c

    rc76bf33 r3b14bda  
    506506
    507507        (void)hr_fgroup_wait(group, &successful, NULL);
     508        if (successful < submitted)
     509                goto retry_split;
     510
    508511#endif
    509512
Note: See TracChangeset for help on using the changeset viewer.