]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - kernel/fork.c
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[thirdparty/linux.git] / kernel / fork.c
index b2b87d450b80b5e08899b1677848d466a643ead8..75675b9bf6dfd36066336c384e007de312f54004 100644 (file)
 unsigned long total_forks;     /* Handle normal Linux uptimes. */
 int nr_threads;                        /* The idle threads do not count.. */
 
-int max_threads;               /* tunable limit on nr_threads */
+static int max_threads;                /* tunable limit on nr_threads */
 
 DEFINE_PER_CPU(unsigned long, process_counts) = 0;