[NET]: Fix heavy stack usage in seq_file output routines.
authorPavel Emelyanov <xemul@openvz.org>
Thu, 24 Apr 2008 08:02:16 +0000 (01:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 08:02:16 +0000 (01:02 -0700)
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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found