commit | 95a363582b69bec53bc73ff2100dfc344bd23098 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Fri Feb 29 11:44:14 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 29 11:44:14 2008 -0800 |
tree | 8ec3fc592df5eb5e06a9e4e4c221d9ace39c3a34 | |
parent | fd80eb942ad9761f241c9b287b3b9a342b20690d [diff] |
[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 <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>