[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 26 Jun 2006 07:25:54 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:25 +0000 (09:58 -0700)
commit8578cea7509cbdec25b31d08b48a92fcc3b1a9e3
tree8de6c9bcd4108c3311fab9e66c3be5132e6f854d
parent9cc8cbc7f8b7bc3db48bf6d59a731af728e786ce
[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings

Currently in /proc at several different places we define buffers to hold a
process id, or a file descriptor .  In most of them we use either a hard coded
number or a different define.  Modify them all to use PROC_NUMBUF, so the code
has a chance of being maintained.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/base.c