From: Trond Myklebust Date: Mon, 5 Aug 2013 18:10:43 +0000 (-0400) Subject: SUNRPC: Don't auto-disconnect from the local rpcbind socket X-Git-Tag: v3.11-rc5~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00326ed6442c66021cd4b5e19e80f3e2027d5d42;p=pandora-kernel.git SUNRPC: Don't auto-disconnect from the local rpcbind socket There is no need for the kernel to time out the AF_LOCAL connection to the rpcbind socket, and doing so is problematic because when it is time to reconnect, our process may no longer be using the same mount namespace. Reported-by: Nix Signed-off-by: Trond Myklebust Cc: Jeff Layton Cc: stable@vger.kernel.org # 3.9.x --- Reading git-diff-tree failed