Re: [PATCH v4 1/2] vpc: Split off vpc_ignore_current_size() helper

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 14:45, Vitaly Kuznetsov wrote: In preparation to making changes to the logic deciding whether CHS or 'current_size' need to be used in determining the image size, split off vpc_ignore_current_size() helper. No functional change intended. Signed-off-by: Vitaly Kuznetsov --- block/

[PATCH v4 1/2] vpc: Split off vpc_ignore_current_size() helper

2024-12-12 Thread Vitaly Kuznetsov
In preparation to making changes to the logic deciding whether CHS or 'current_size' need to be used in determining the image size, split off vpc_ignore_current_size() helper. No functional change intended. Signed-off-by: Vitaly Kuznetsov --- block/vpc.c | 67 +--