disk: part_efi: skip the verification when partition size is smaller
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 1 Jul 2022 03:41:20 +0000 (12:41 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:49:02 +0000 (14:49 +0900)
commit423971abecfee30f6885bc99c18c9ec59fa8b0d8
treee9c90be9a1917bdc7890c686dbb847c4eed33c5a
parent602a632f15887f941647965121f633be4c465f6a
disk: part_efi: skip the verification when partition size is smaller

In tizen, user partition is created as remained disk size.
It's a difficult to fix to constant value.
This patch is help to skip the verification if partition size is smaller than real size.

Change-Id: I7156ddd8b62aec5e931b5fa14a9ad5a262a3a646
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
disk/part_efi.c