From: Trond Myklebust Date: Wed, 22 Jun 2005 17:16:20 +0000 (+0000) Subject: [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version support X-Git-Tag: v2.6.13-rc1~68^2~537^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee0ed7d3ab620a764740fb018f469d45f561931;p=pandora-kernel.git [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version support Ensure that we don't create an RPC client without checking that the server does indeed support the RPC program + version that we are trying to set up. This enables us to immediately return an error to "mount" if it turns out that the server is only supporting NFSv2, when we requested NFSv3 or NFSv4. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed