summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHongfu Li <lihongfu@kylinos.cn>2026-07-14 15:40:56 +0800
committerMike Rapoport (Microsoft) <rppt@kernel.org>2026-07-15 09:34:06 +0300
commit4867ab462d8d69e73c239b9a1a98e42a222f17a2 (patch)
tree8b9a55186ed934f28f88745606bfc15a299e3b78 /tools/perf/scripts/python
parent89dd1421c554515e0f562ec67d976e6309f2710b (diff)
liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_alloc
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 <lihongfu@kylinos.cn> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Link: https://patch.msgid.link/20260714074056.95335-1-hongfu.li@linux.dev Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions