commit | 7272dcd31d56580dee7693c21e369fd167e137fe | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Nov 06 18:28:53 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:26 2008 -0500 |
tree | a69f10501069ec89d8fb7188f89e7d1d19929488 | |
parent | e06799f958bf7f9f8fae15f0c6f519953fb0257c [diff] |
SUNRPC: xprt_autoclose() should not call xprt_disconnect() The transport layer should do that itself whenever appropriate. Note that the RDMA transport already assumes that it needs to call xprt_disconnect in xprt_rdma_close(). For TCP sockets, we want to call xprt_disconnect() only after the connection has been closed by both ends. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>