On Wed, Feb 16, 2022 at 11:17:53AM +0800, Jiapeng Chong wrote: > Fix the following W=1 kernel warnings: > > kernel/cgroup/cpuset.c:3718: warning: expecting prototype for > cpuset_memory_pressure_bump(). Prototype was for > __cpuset_memory_pressure_bump() instead. > > kernel/cgroup/cpuset.c:3568: warning: expecting prototype for > cpuset_node_allowed(). Prototype was for __cpuset_node_allowed() > instead. > > Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> > Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> Applied to cgroup/for-5.17-fixes. Thanks. -- tejun