From: Andrew Morton Date: Tue, 17 Oct 2006 07:09:41 +0000 (-0700) Subject: [PATCH] PROC_NUMBUF is wrong X-Git-Tag: v2.6.19-rc3~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0187f879ee8d4b914e74ffa3cc5df268311fc2d2;p=pandora-kernel.git [PATCH] PROC_NUMBUF is wrong Actually, the decimal representation of a 32-bit signed number can take 12 bytes, including the \0. And then some code adds a \n as well, so let's give it 13 bytes. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed