]> git.baikalelectronics.ru Git - kernel.git/commit
[IPVS]: Relax the module get/put in ip_vs_app.c
authorPavel Emelyanov <xemul@openvz.org>
Tue, 20 Nov 2007 06:52:41 +0000 (22:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:35 +0000 (14:54 -0800)
commitfce719b72ca746d839f3bba10b15fd1fc4c321bf
tree4a9f09e3b12583c7c17858b61b77aa26eccd3547
parent82b53592abb3632afaf6e3e3b7280eaa2af718da
[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>
net/ipv4/ipvs/ip_vs_app.c