Re: [PATCH] sysctl: Remove unused ctl_table forward declarations
From: Muchun Song <muchun.song@linux.dev>
Date: 2025-12-17 02:37:06
Also in:
linux-fsdevel, linux-hams, linux-mm, lkml
From: Muchun Song <muchun.song@linux.dev>
Date: 2025-12-17 02:37:06
Also in:
linux-fsdevel, linux-hams, linux-mm, lkml
On Dec 15, 2025, at 23:25, Joel Granados [off-list ref] wrote: Remove superfluous forward declarations of ctl_table from header files where they are no longer needed. These declarations were left behind after sysctl code refactoring and cleanup. Signed-off-by: Joel Granados <joel.granados@kernel.org>
Acked-by: Muchun Song <muchun.song@linux.dev> For HugeTLB. Thanks.