]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/netfilter/ipvs/ip_vs_ctl.c
[IPVS]: Add and reorder bh locks after moving to keventd.
authorJulian Anastasov <ja@ssi.bg>
Tue, 12 Jul 2005 03:59:57 +0000 (20:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2005 03:59:57 +0000 (20:59 -0700)
commitaf9debd461d10fe582c9c0e80eafa69f698331ed
treef9473e1ec1c1ec18bf90ff8049fe63f5abd35ef7
parentf5b8adb4f5767415b7b00e32e4766a052e2ed4cc
[IPVS]: Add and reorder bh locks after moving to keventd.

An addition to the last ipvs changes that move
update_defense_level/si_meminfo to keventd:

- ip_vs_random_dropentry now runs in process context and should use _bh
  locks to protect from softirqs

- update_defense_level still needs _bh locks after si_meminfo is called,
  for the same purpose

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipvs/ip_vs_conn.c
net/ipv4/ipvs/ip_vs_ctl.c