From: Trond Myklebust Date: Tue, 6 Nov 2007 23:28:53 +0000 (-0500) Subject: SUNRPC: xprt_autoclose() should not call xprt_disconnect() X-Git-Tag: v2.6.25-rc1~1146^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7272dcd31d56580dee7693c21e369fd167e137fe;p=pandora-kernel.git 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 --- Reading git-diff-tree failed