commit | f07d4a31ccd7dbe3ca49bedc8298245d6877a43e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 10:34:14 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Dec 19 17:30:01 2016 -0500 |
tree | 84875f6cb4fb85ff11a51f9e92af9504f1ac6819 | |
parent | d8d849835eb2082ea17655538a83fa467633927f [diff] |
NFS: Retry the CLOSE if the embedded GETATTR is rejected with EACCES If our CLOSE 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>