commit | f1ff0c27fd9987c59d707cd1a6b6c1fc3ae0a250 | [log] [tgz] |
---|---|---|
author | Andy Adamson <andros@netapp.com> | Wed Aug 14 11:59:13 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 03 15:25:08 2013 -0400 |
tree | 5463eb4ba08b6737a13e47352531ecdff7351f17 | |
parent | 280ebcf97ce4b252c72af74ff3149ab5a5c9e680 [diff] |
SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult The NFS layer needs to know when a key has expired. This change also returns -EKEYEXPIRED to the application, and the informative "Key has expired" error message is displayed. The user then knows that credential renewal is required. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>