Add a reference to sunrpc in svc_addsock
authorTom Tucker <tom@opengridcomputing.com>
Sun, 23 Nov 2008 15:58:08 +0000 (09:58 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Feb 2009 17:31:11 +0000 (09:31 -0800)
commit2a77565dbf90825655a46f2ead7e931716736033
tree95094924029424f4b611be86acbc710e5dd330a3
parent30ecc5ae32b59477fd2b8d500a74458b36e8cfba
Add a reference to sunrpc in svc_addsock

commit 2da2c21d7508d34bc6d600df665d84871b65d2b9 upstream.

The svc_addsock function adds transport instances without taking a
reference on the sunrpc.ko module, however, the generic transport
destruction code drops a reference when a transport instance
is destroyed.

Add a try_module_get call to the svc_addsock function for transport
instances added by this function.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Tested-by: Jeff Moyer <jmoyer@redhat.com>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sunrpc/svcsock.c