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>
Tue, 17 Oct 2023 04:19:35 +0000 (13:19 +0900)
commit56dca9e4106c1c2f1916cd43ae11d2ae8feaded3
tree2a6496495f97542ef0f0874e160cfd6959cb5de7
parent0e5a667c404e581a72294a5ddcc46a15e72164af
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