From: Bryan Schumaker Date: Mon, 18 Apr 2011 20:52:25 +0000 (-0400) Subject: NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception() X-Git-Tag: v2.6.39-rc6~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb8a5ba8114491467c4067ec0330e1c3dcc81d10;p=pandora-kernel.git NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception() I only want to try other secflavors during an initial mount if NFS4ERR_WRONGSEC is returned. nfs4_handle_exception() could potentially map other errors to EPERM, so we should handle this error specially for correctness. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed