]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/fork.c
Merge branch 'md-fixes' of https://github.com/liu-song-6/linux into for-linus
[linux.git] / kernel / fork.c
index b4cba953040a0f46ef6c9139099f1f9bef3b005e..75675b9bf6dfd36066336c384e007de312f54004 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  linux/kernel/fork.c
  *
 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;