Re: [resent RFC 17/22] efi_loader: add efi_remove_handle()

2021-10-12 Thread AKASHI Takahiro
On Tue, Oct 12, 2021 at 11:16:03AM +0300, Ilias Apalodimas wrote: > On Mon, Oct 04, 2021 at 12:44:25PM +0900, AKASHI Takahiro wrote: > > This function is a counterpart of efi_add_handle() and will be used > > in order to remove an efi_disk object in a later patch. > > > > Signed-off-by: AKASHI

Re: [resent RFC 17/22] efi_loader: add efi_remove_handle()

2021-10-12 Thread Ilias Apalodimas
On Mon, Oct 04, 2021 at 12:44:25PM +0900, AKASHI Takahiro wrote: > This function is a counterpart of efi_add_handle() and will be used > in order to remove an efi_disk object in a later patch. > > Signed-off-by: AKASHI Takahiro > --- > include/efi_loader.h | 2 ++ >

[resent RFC 17/22] efi_loader: add efi_remove_handle()

2021-10-03 Thread AKASHI Takahiro
This function is a counterpart of efi_add_handle() and will be used in order to remove an efi_disk object in a later patch. Signed-off-by: AKASHI Takahiro --- include/efi_loader.h | 2 ++ lib/efi_loader/efi_boottime.c | 8 2 files changed, 10 insertions(+) diff --git