From: Herbert Xu Date: Mon, 16 Jun 2025 08:38:49 +0000 (+0800) Subject: padata: Remove comment for reorder_work X-Git-Tag: v6.16.1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9661cee320d02585538dfaa80655466f83904d7a;p=thirdparty%2Fkernel%2Fstable.git padata: Remove comment for reorder_work [ Upstream commit 82a0302e7167d0b7c6cde56613db3748f8dd806d ] Remove comment for reorder_work which no longer exists. Reported-by: Stephen Rothwell Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all") Signed-off-by: Herbert Xu Signed-off-by: Sasha Levin --- diff --git a/include/linux/padata.h b/include/linux/padata.h index b486c7359de2b..765f2778e264a 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;