* segment into the LIST.
*/
if (split_logical_drive == FALSE) {
seg->start = ebr->start + ebr->size;
seg->start = round_up_to_min_boundary(ebr->start + ebr->size);
seg->size = seg_end - seg->start + 1;
}