From: Simon Horman Date: Sun, 22 Aug 2010 12:37:52 +0000 (+0900) Subject: IPVS: ip_vs_{un,}bind_scheduler NULL arguments X-Git-Tag: v2.6.37-rc1~147^2~3^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fabf35bfcd89445c54cf1e6a5437dd3cf924a92;p=pandora-kernel.git 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 Acked-by: Julian Anastasov --- Reading git-diff-tree failed