commit | 8856ae4df3e9b5295ea2da7ad3b00796386454ec | [log] [tgz] |
---|---|---|
author | Kefeng Wang <wangkefeng.wang@huawei.com> | Fri May 31 22:30:12 2019 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jun 01 15:51:31 2019 -0700 |
tree | 96ea79ee08f859f44e3baa6ae95fcec9e858b307 | |
parent | fb092eb63d3aba5b876a51cbe743c1c8a8b37d5b [diff] |
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/20190516015118.140561-1-wangkefeng.wang@huawei.com Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>