From: Pavel Emelyanov Date: Thu, 24 Apr 2008 08:02:16 +0000 (-0700) Subject: [NET]: Fix heavy stack usage in seq_file output routines. X-Git-Tag: v2.6.26-rc1~1088^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e659e4cb0eedacdc1f621a61e400a4611ddef8a;p=pandora-kernel.git [NET]: Fix heavy stack usage in seq_file output routines. Plan C: we can follow the Al Viro's proposal about %n like in this patch. The same applies to udp, fib (the /proc/net/route file), rt_cache and sctp debug. This is minus ~150-200 bytes for each. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed