From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:54 +0000 (-0700) Subject: [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings X-Git-Tag: v2.6.18-rc1~751 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8578cea7509cbdec25b31d08b48a92fcc3b1a9e3;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed