summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_est.c
diff options
context:
space:
mode:
authorSven Wegener2008-08-11 21:36:06 +0200
committerSimon Horman2008-08-15 01:26:14 +0200
commit82dfb6f32219d8e6cf6b979a520cb2b11d977d4e (patch)
tree7c21cf50a7c14e32a368a68e1518ea06589663f9 /net/ipv4/ipvs/ip_vs_est.c
parentIPVS: Add genetlink interface implementation (diff)
downloadkernel-qcow2-linux-82dfb6f32219d8e6cf6b979a520cb2b11d977d4e.tar.gz
kernel-qcow2-linux-82dfb6f32219d8e6cf6b979a520cb2b11d977d4e.tar.xz
kernel-qcow2-linux-82dfb6f32219d8e6cf6b979a520cb2b11d977d4e.zip
ipvs: Only call init_service, update_service and done_service for schedulers if defined
There are schedulers that only schedule based on data available in the service or destination structures and they don't need any persistent storage or initialization routine. These schedulers currently provide dummy functions for the init_service, update_service and/or done_service functions. For the init_service and done_service cases we already have code that only calls these functions, if the scheduler provides them. Do the same for the update_service case and remove the dummy functions from all schedulers. Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/ipv4/ipvs/ip_vs_est.c')
0 files changed, 0 insertions, 0 deletions