From: Stephen Hemminger Date: Fri, 14 Oct 2005 22:42:33 +0000 (-0700) Subject: [PKTGEN]: proc interface revision X-Git-Tag: v2.6.15-rc1~733^2~5^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50a6b56f0f239cf061630c85add121dc3555339;p=pandora-kernel.git [PKTGEN]: proc interface revision The code to handle the /proc interface can be cleaned up in several places: * use seq_file for read * don't need to remember all the filenames separately * use for_online_cpu's * don't vmalloc a buffer for small command from user. Committer note: This patch clashed with John Hawkes's "[NET]: Wider use of for_each_*cpu()", so I fixed it up manually. Signed-off-by: Stephen Hemminger Signed-off-by: Robert Olsson Signed-off-by: David S. Miller Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed