commit | 9045b4b9f7f340f43de0cf687b5b52f6feaaa984 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Sun Feb 21 17:53:04 2010 -0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Apr 02 17:04:32 2010 -0400 |
tree | 5f955b3544bb8051723646090c2f2ecc91b07225 | |
parent | 3df796dbe97a98a6a25e6b7b88e9d326e261f371 [diff] |
nfsd4: remove probe task's reference on client 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>