commit | 85b606800be20ceeca36bd8594c1eb228d2fb2f4 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Nov 19 22:52:41 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:54:35 2008 -0800 |
tree | 4a9f09e3b12583c7c17858b61b77aa26eccd3547 | |
parent | 52427c9d11477d5a2633d81050f52523decf9eff [diff] |
[IPVS]: Relax the module get/put in ip_vs_app.c Both try_module_get/module_put already handle the module == NULL case, so no need in manual checking. This patch fits both net-2.6 and net-2.6.25. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>