Skip to content

Commit db2bf24

Browse files
committed
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6
Conflicts: net/netfilter/Kconfig
2 parents 0201518 + a5e8546 commit db2bf24

29 files changed

+272
-5
lines changed

net/ipv4/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,5 +630,3 @@ config TCP_MD5SIG
630630

631631
If unsure, say N.
632632

633-
source "net/ipv4/ipvs/Kconfig"
634-

net/ipv4/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o
3333
obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o
3434
obj-$(CONFIG_IP_PNP) += ipconfig.o
3535
obj-$(CONFIG_NETFILTER) += netfilter.o netfilter/
36-
obj-$(CONFIG_IP_VS) += ipvs/
3736
obj-$(CONFIG_INET_DIAG) += inet_diag.o
3837
obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o
3938
obj-$(CONFIG_NET_TCPPROBE) += tcp_probe.o

net/netfilter/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,3 +858,5 @@ config NETFILTER_XT_MATCH_U32
858858
endif # NETFILTER_XTABLES
859859

860860
endmenu
861+
862+
source "net/netfilter/ipvs/Kconfig"

net/netfilter/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ obj-$(CONFIG_NETFILTER_XT_MATCH_STRING) += xt_string.o
8989
obj-$(CONFIG_NETFILTER_XT_MATCH_TCPMSS) += xt_tcpmss.o
9090
obj-$(CONFIG_NETFILTER_XT_MATCH_TIME) += xt_time.o
9191
obj-$(CONFIG_NETFILTER_XT_MATCH_U32) += xt_u32.o
92+
93+
# IPVS
94+
obj-$(CONFIG_IP_VS) += ipvs/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

net/ipv4/ipvs/ip_vs_ctl.c renamed to net/netfilter/ipvs/ip_vs_ctl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,9 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u)
13301330

13311331
out_unlock:
13321332
write_unlock_bh(&__ip_vs_svc_lock);
1333+
#ifdef CONFIG_IP_VS_IPV6
13331334
out:
1335+
#endif
13341336

13351337
if (old_sched)
13361338
ip_vs_scheduler_put(old_sched);

0 commit comments

Comments
 (0)