Re: [PATCH] kexec:Add some necessary fclose() calls

2021-10-05 Thread Simon Horman
On Wed, Sep 29, 2021 at 04:08:44PM +0800, Kai Song wrote: > fclose should be called before function exits > > Signed-off-by: Kai Song Thanks, applied. ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

[PATCH] kexec:Add some necessary fclose() calls

2021-09-29 Thread Kai Song
fclose should be called before function exits Signed-off-by: Kai Song --- kexec/arch/ppc/fixup_dtb.c | 2 ++ kexec/arch/ppc64/crashdump-ppc64.c | 1 + kexec/arch/ppc64/kexec-ppc64.c | 4 +++- kexec/symbols.c| 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-)