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)
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>

No differences found