sunrpc: do not pin sunrpc module in the memory
authorDenis V. Lunev <den@openvz.org>
Thu, 31 Jul 2008 05:53:56 +0000 (09:53 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 7 Oct 2008 22:14:54 +0000 (18:14 -0400)
commitc9f6cde6e26ef98ee9c4b6288b126ac9c580d88b
tree03dcbf503e457df3adeb4f9442fc6fc061fca057
parentfd08d7e9d196ca49afcce0181f1f0ca68f241aa2
sunrpc: do not pin sunrpc module in the memory

Basically, try_module_get here are pretty useless. Any other module using
this API will pin sunrpc in memory due using exported symbols.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprt.c