Commit 22547331 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] make pid_max readable

From: Albert Cahalan <albert@users.sourceforge.net>

This is needed so that apps can set appropriate column widths for PID
display.
parent 3cb6ce4f
...@@ -540,7 +540,7 @@ static ctl_table kern_table[] = { ...@@ -540,7 +540,7 @@ static ctl_table kern_table[] = {
.procname = "pid_max", .procname = "pid_max",
.data = &pid_max, .data = &pid_max,
.maxlen = sizeof (int), .maxlen = sizeof (int),
.mode = 0600, .mode = 0644,
.proc_handler = &proc_dointvec, .proc_handler = &proc_dointvec,
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment