From: Pavel Emelyanov Date: Fri, 29 Feb 2008 19:44:14 +0000 (-0800) Subject: [NET]: Use existing device list walker for /proc/dev_mcast. X-Git-Tag: v2.6.26-rc1~1138^2~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a363582b69bec53bc73ff2100dfc344bd23098;p=pandora-kernel.git [NET]: Use existing device list walker for /proc/dev_mcast. The seq_file_operations' dev_mc_seq_xxx callbacks do the same thing as the dev_seq_xxx ones do, but skip the SEQ_START_TOKEN. So use the existing exported dev_seq_xxx calls and handle the SEQ_START_TOKEN in the dev_mc_seq_show(). Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed