git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd80eb9
)
[NET]: Use existing device list walker for /proc/dev_mcast.
author
Pavel Emelyanov
<xemul@openvz.org>
Fri, 29 Feb 2008 19:44:14 +0000
(11:44 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Feb 2008 19:44:14 +0000
(11:44 -0800)
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>
No differences found