git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e08bfb
)
IPVS: ip_vs_{un,}bind_scheduler NULL arguments
author
Simon Horman
<horms@verge.net.au>
Sun, 22 Aug 2010 12:37:52 +0000
(21:37 +0900)
committer
Simon Horman
<horms@verge.net.au>
Mon, 4 Oct 2010 13:45:24 +0000
(22:45 +0900)
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>
No differences found