mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
1f8496aa92
The purpose of this change is to simplify the function bootmap_create(), make it more readable and prepare for new changes that will follow. The original function bootmap_create() tried to handle two different cases and, therefore, contained many conditional statements which had a negative effect on readability. Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Acked-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>