Skip to content

Commit 5b91a75

Browse files
zulinx86torvalds
authored andcommitted
pid: cleanup the stale comment mentioning pidmap_init().
pidmap_init() has already been replaced with pid_idr_init() in the commit 95846ec ("pid: replace pid bitmap implementation with IDR API"). Cleanup the stale comment which still mentions it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Takahiro Itazuri <[email protected]> Cc: Kuniyuki Iwashima <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 05da811 commit 5b91a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/threads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Define a minimum number of pids per cpu. Heuristically based
3939
* on original pid max of 32k for 32 cpus. Also, increase the
4040
* minimum settable value for pid_max on the running system based
41-
* on similar defaults. See kernel/pid.c:pidmap_init() for details.
41+
* on similar defaults. See kernel/pid.c:pid_idr_init() for details.
4242
*/
4343
#define PIDS_PER_CPU_DEFAULT 1024
4444
#define PIDS_PER_CPU_MIN 8

0 commit comments

Comments
 (0)