From: Chuck Lever Date: Tue, 11 Sep 2007 22:00:52 +0000 (-0400) Subject: SUNRPC: RPC bind failures should be permanent for NULL requests X-Git-Tag: v2.6.24-rc1~1285^2~90 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79dc8ced1412e7056f3969bef40a30cc75ee530;p=pandora-kernel.git SUNRPC: RPC bind failures should be permanent for NULL requests The purpose of an RPC ping (a NULL request) is to determine whether the remote end is operating and supports the RPC program and version of the request. If we do an RPC bind and the remote's rpcbind service says "this program or service isn't supported" then we have our answer already, and we should give up immediately. This is good for the kernel mount client, as it will cause the request to fail, and then allow an immediate retry with different options. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed