Re: [PATCH] liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_alloc
Pratyush Yadav <[email protected]>
| Newsgroups | org.infradead.lists.kexec,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 14 2026, Hongfu Li wrote: > From: Hongfu Li <[email protected]> > > luo_session_alloc() calls INIT_LIST_HEAD(&session->file_set.files_list) > followed immediately by luo_file_set_init(), which also performs > INIT_LIST_HEAD() on the same list head. Remove the duplicate call. > > Signed-off-by: Hongfu Li <[email protected]> Reviewed-by: Pratyush Yadav <[email protected]> [...] -- Regards, Pratyush Yadav