commit | 0065db328533c390fbfb0fe0c46bcf9a278fb99e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 03 09:55:56 2006 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 06 14:58:58 2006 -0500 |
tree | 3ef282aa05653857007760ce15a4119f198f8320 | |
parent | 632e3bdc5006334cea894d078660b691685e1075 [diff] |
SUNRPC: Clean up xprt_destroy() We ought never to be calling xprt_destroy() if there are still active rpc_tasks. Optimise away the broken code that attempts to "fix" that case. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>