From: Trond Myklebust Date: Mon, 9 Feb 2015 14:23:34 +0000 (-0500) Subject: SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~120^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf4ccd4e88cf2795c927834bc488c8321437586;p=pandora-kernel.git SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release Use of socket shutdown() means that we monitor the shutdown process through the xs_tcp_state_change() callback, so it is preferable to a full close in all cases unless we're destroying the transport. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed