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
