On Sun, Jun 11, 2023 at 08:07:25AM -0400, Tom Rix wrote: > smatch reports > fs/proc/proc_sysctl.c:32:18: warning: symbol > 'sysctl_mount_point' was not declared. Should it be static? > > This variable is only used in its defining file, so it should be static. > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook