commit | fb8a5ba8114491467c4067ec0330e1c3dcc81d10 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Mon Apr 18 16:52:25 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Apr 18 17:06:00 2011 -0400 |
tree | 32372368a12658c367daab20202266b4fd27dd8d | |
parent | 468f86134ee515234afe5c5b3f39f266c50e61a5 [diff] |
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 <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>