Changeset 80c760e in mainline for uspace/srv/bd/hr/util.h


Ignore:
Timestamp:
2025-04-21T12:34:02Z (3 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
75262d2f
Parents:
18c3658
Message:

hr: remove truncated_blkno calculation from raid*.c

Calculate the initial truncated_blkno in hr_init_extents_from_cfg,
allowing the removal of hr_extent_t.blkno.

Also fixes double block_fini() on failed volume creation in
hr_util_try_assemble().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/util.h

    r18c3658 r80c760e  
    5151        bool             inited;
    5252        bool             md_present;
     53        bool             fini;
    5354};
    5455
Note: See TracChangeset for help on using the changeset viewer.