Re: [PATCH v2 1/3] efi_loader: disk: add efi_disk_is_removable()

2022-05-11 Thread Heinrich Schuchardt
On 5/12/22 04:29, AKASHI Takahiro wrote: This helper function will be used to determine if the device is removable media, initially for handling a short-path loading. Signed-off-by: AKASHI Takahiro --- include/efi_loader.h | 3 +++ lib/efi_loader/efi_disk.c | 27 +++

[PATCH v2 1/3] efi_loader: disk: add efi_disk_is_removable()

2022-05-11 Thread AKASHI Takahiro
This helper function will be used to determine if the device is removable media, initially for handling a short-path loading. Signed-off-by: AKASHI Takahiro --- include/efi_loader.h | 3 +++ lib/efi_loader/efi_disk.c | 27 +++ 2 files changed, 30 insertions(+) diff