nfsd4: remove probe task's reference on client
authorJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 22 Feb 2010 01:53:04 +0000 (17:53 -0800)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 2 Apr 2010 21:04:32 +0000 (17:04 -0400)
Any null probe rpc will be synchronously destroyed by the
rpc_shutdown_client() in expire_client(), so the rpc task cannot outlast
the nfs4 client.  Therefore there's no need for that task to hold a
reference on the client.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found