Commit a682821
workqueue: Removed double allocation of wq_update_pod_attrs_buf
First commit 2930155 ("workqueue: Initialize unbound CPU pods later in
the boot") added the initialization of wq_update_pod_attrs_buf to
workqueue_init_early(), and then latter on, commit 84193c0
("workqueue: Generalize unbound CPU pods") added it as well. This appeared
in a kmemleak run where the second allocation made the first allocation
leak.
Fixes: 84193c0 ("workqueue: Generalize unbound CPU pods")
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>1 parent ce9ecca commit a682821
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6535 | 6535 | | |
6536 | 6536 | | |
6537 | 6537 | | |
6538 | | - | |
6539 | | - | |
6540 | | - | |
6541 | 6538 | | |
6542 | 6539 | | |
6543 | 6540 | | |
| |||
0 commit comments