commit | 70d136b2dc184f1c9d026de443dbe635ea8a0839 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Oct 26 22:37:40 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Nov 03 21:28:46 2019 -0500 |
tree | 3290906c1d710bf2378d693fb2a38c159b8b2685 | |
parent | 246afc0aa5a7c66b081fbcab4d70ec379df3cb62 [diff] |
NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done() If the server returns NFS4ERR_OLD_STATEID, then just skip retrying the GETATTR when replaying the delegreturn compound. We know nothing will have changed on the server. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>