IPVS: netns, defense work timer.
authorHans Schillstrom <[email protected]>
Mon, 3 Jan 2011 13:44:59 +0000 (14:44 +0100)
committerSimon Horman <[email protected]>
Thu, 13 Jan 2011 01:30:28 +0000 (10:30 +0900)
commitf6340ee0c6b9498ec918a7bb2f44e20abb8b2833
tree46e0f99416479f31bbd8093e18c360171e86fd59
parenta0840e2e165a370ca24a59545e564e9881a55891
IPVS: netns, defense work timer.

This patch makes defense work timer per name-space,
A net ptr had to be added to the ipvs struct,
since it's needed by defense_work_handler.

[email protected]: Use cancel_delayed_work_sync() instead of
              cancel_rearming_delayed_work(). Found during
      merge conflict resoliution ]
Signed-off-by: Hans Schillstrom <[email protected]>
Acked-by: Julian Anastasov <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
include/net/ip_vs.h
include/net/netns/ip_vs.h
net/netfilter/ipvs/ip_vs_conn.c
net/netfilter/ipvs/ip_vs_core.c
net/netfilter/ipvs/ip_vs_ctl.c