[PATCH]2.3.99 max-threads non-existant in threads.h

From: Albert Cranford (ac9410@bellsouth.net)
Date: Tue Apr 25 2000 - 05:00:19 EST


Hello Linus,
Comment about max-threads in threads.h is incorrect, whereas
kernel/sysctl.c has:
{KERN_MAX_THREADS, "threads-max", &max_threads, sizeof(int),

cat: /proc/sys/kernel/max-threads: No such file or directory
cat /proc/sys/kernel/threads-max
8192
Please apply obvious patch.

--
--- linux-2.3.99/include/linux/threads.h.orig   Tue Apr 25 09:45:48 2000
+++ linux/include/linux/threads.h       Tue Apr 25 09:46:02 2000
@@ -3,7 +3,7 @@
 
 /*
  * The default limit for the nr of threads is now in
- * /proc/sys/kernel/max-threads.
+ * /proc/sys/kernel/threads-max.
  */
  
 #ifdef __SMP__
-- 
Thanks,
Albert Cranford Deerfield Beach FL USA
ac9410@bellsouth.net

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:09 EST