commit | b68d69b8c6d19f4c2174f26fe8b750a0e82eb732 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jan 07 09:42:04 2010 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Feb 10 08:30:51 2010 -0500 |
tree | 3a01c24d0050ee20efbc493c6b533a51d2ba4276 | |
parent | 2c6434888cef9e5f450d6c5b7df6d8c625ed27c1 [diff] |
nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOX We're using -EKEYEXPIRED to indicate that a krb5 credcache contains an expired ticket and that we should have the NFS layer retry the RPC call instead of returning an error back to the caller. Handle this as we would an -EJUKEBOX error return. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>