commit | 2fabf35bfcd89445c54cf1e6a5437dd3cf924a92 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Sun Aug 22 21:37:52 2010 +0900 |
committer | Simon Horman <horms@verge.net.au> | Mon Oct 04 22:45:24 2010 +0900 |
tree | ac44075362b3b17d25f841c50622c0603fc2d3c8 | |
parent | 6e08bfb879574524cc9a67be960c684989fd986c [diff] |
IPVS: ip_vs_{un,}bind_scheduler NULL arguments In general NULL arguments aren't passed by the few callers that exist, so don't test for them. The exception is to make passing NULL to ip_vs_unbind_scheduler() a noop. Signed-off-by: Simon Horman <horms@verge.net.au> Acked-by: Julian Anastasov <ja@ssi.bg>