commit | 78b19bae0813bd6f921ca58490196abd101297bd | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Mon Jan 13 16:54:45 2014 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jan 13 17:29:47 2014 -0500 |
tree | b33a5b9054c4b11822557543a0c323df420b89e4 | |
parent | 71244d9bdf185e5bba1473254241f9f65d4dd0d8 [diff] |
nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME Don't check for -NFS4ERR_NOTSUPP, it's already been mapped to -ENOTSUPP by nfs4_stat_to_errno. This allows the client to mount v4.1 servers that don't support SECINFO_NO_NAME by falling back to the "guess and check" method of nfs4_find_root_sec. Signed-off-by: Weston Andros Adamson <dros@primarydata.com> Cc: stable@vger.kernel.org # 3.1+ Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>