CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/28 06:12:48
Modified files:
sbin/disklabel : editor.c
Log message:
Refactor editor_allocspace() into easier to follow pieces.
editor_allocspace() interates over alloc_tables calling
allocate_space(). allocate_space() iterates over
space_allocations calling allocate_partition().
allocate_partition() calls allocate_diskchunk() which finds disk
space for the partition.
No intentional functional change.
ok otto@
