mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Return the partition number which contains the given block range, before it was tested for exact match between a partition block range and the one provided by user. The old behavior with exact match should still work, this change just relaxes the partition matching algorithm and allows one to find a partition which contains the given block range. Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Reviewed-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>