commit | 8ac2b42238f549241a4755de40fd161fba3de438 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 10:23:10 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 17:30:03 2016 -0500 |
tree | b356af4962785529cba7a97c6e2a80f4c65a18c5 | |
parent | f07d4a31ccd7dbe3ca49bedc8298245d6877a43e [diff] |
NFSv4: Retry the DELEGRETURN if the embedded GETATTR is rejected with EACCES If our DELEGRETURN RPC call is rejected with an EACCES call, then we should remove the GETATTR call from the compound RPC and retry. This could potentially happen when there is a conflict between an ACL denying attribute reads and our use of SP4_MACH_CRED. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>