From: Trond Myklebust Date: Tue, 3 Jan 2006 08:55:55 +0000 (+0100) Subject: SUNRPC: Ensure client closes the socket when server initiates a close X-Git-Tag: v2.6.16-rc1~935^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632e3bdc5006334cea894d078660b691685e1075;p=pandora-kernel.git SUNRPC: Ensure client closes the socket when server initiates a close If the server decides to close the RPC socket, we currently don't actually respond until either another RPC call is scheduled, or until xprt_autoclose() gets called by the socket expiry timer (which may be up to 5 minutes later). This patch ensures that xprt_autoclose() is called much sooner if the server closes the socket. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed