netfiltr: ipt_CLUSTERIP: simplify seq_file codeA
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 22 Jan 2010 21:21:18 +0000 (22:21 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 22 Jan 2010 21:21:18 +0000 (22:21 +0100)
commit477781477a88f60c89003c852def4aedc6f78101
tree1d2aed89aa2e1662092b40c0d5918a7bb4523aa7
parent7c070aa947d1a4105742378579c267f6e7fd08a1
netfiltr: ipt_CLUSTERIP: simplify seq_file codeA

Pass "struct clusterip_config" itself to seq_file iterators
and save one dereference. Proc entry itself isn't interesting.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ipt_CLUSTERIP.c