]> Git Repo - linux.git/commit
kernel/fork.c: make max_threads symbol static
authorKefeng Wang <[email protected]>
Sat, 1 Jun 2019 05:30:12 +0000 (22:30 -0700)
committerLinus Torvalds <[email protected]>
Sat, 1 Jun 2019 22:51:31 +0000 (15:51 -0700)
commit8856ae4df3e9b5295ea2da7ad3b00796386454ec
tree96ea79ee08f859f44e3baa6ae95fcec9e858b307
parentfb092eb63d3aba5b876a51cbe743c1c8a8b37d5b
kernel/fork.c: make max_threads symbol static

Fix build warning,
kernel/fork.c:125:5: warning: symbol 'max_threads' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kefeng Wang <[email protected]>
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/fork.c
This page took 0.054833 seconds and 4 git commands to generate.