Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

padata: Remove comment for reorder_work

Remove comment for reorder_work which no longer exists.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

-1
-1
include/linux/padata.h
··· 90 90 * @processed: Number of already processed objects. 91 91 * @cpu: Next CPU to be processed. 92 92 * @cpumask: The cpumasks in use for parallel and serial workers. 93 - * @reorder_work: work struct for reordering. 94 93 */ 95 94 struct parallel_data { 96 95 struct padata_shell *ps;