diff options
author | Simon Horman <horms@verge.net.au> | 2011-04-04 22:25:03 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-04-04 22:25:03 -0400 |
commit | e3f6a652fd0e828de586a3a87b56c07f7a32259a (patch) | |
tree | e2d31ea6a7642dc2879ab84cfca9fe19ee0764d5 | |
parent | 7f5c6d4f665bb57a19a34ce1fb16cc708c04f219 (diff) |
IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocks
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | net/netfilter/ipvs/ip_vs_ctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c index 33733c8872e7..36f4495cfdbf 100644 --- a/net/netfilter/ipvs/ip_vs_ctl.c +++ b/net/netfilter/ipvs/ip_vs_ctl.c | |||
@@ -1984,9 +1984,6 @@ static const struct file_operations ip_vs_info_fops = { | |||
1984 | .release = seq_release_private, | 1984 | .release = seq_release_private, |
1985 | }; | 1985 | }; |
1986 | 1986 | ||
1987 | #endif | ||
1988 | |||
1989 | #ifdef CONFIG_PROC_FS | ||
1990 | static int ip_vs_stats_show(struct seq_file *seq, void *v) | 1987 | static int ip_vs_stats_show(struct seq_file *seq, void *v) |
1991 | { | 1988 | { |
1992 | struct net *net = seq_file_single_net(seq); | 1989 | struct net *net = seq_file_single_net(seq); |