diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2025-06-16 16:38:49 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-06-18 17:46:27 +0800 |
| commit | 82a0302e7167d0b7c6cde56613db3748f8dd806d (patch) | |
| tree | c38debbb35024f8ca446042ae690436bf20183f5 /include/linux | |
| parent | 1029436218e50168812dbc44b16bca6d35721b0b (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/padata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/padata.h b/include/linux/padata.h index b486c7359de2..765f2778e264 100644 --- a/include/linux/padata.h +++ b/include/linux/padata.h @@ -90,7 +90,6 @@ struct padata_cpumask { * @processed: Number of already processed objects. * @cpu: Next CPU to be processed. * @cpumask: The cpumasks in use for parallel and serial workers. - * @reorder_work: work struct for reordering. */ struct parallel_data { struct padata_shell *ps; |
