commit | d9aba2b40de6fddd83f2fe3a5ac2bcd2c98fa66b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Jul 16 15:38:28 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jul 18 14:43:52 2019 -0400 |
tree | b69a831696a3769da3fcbe28f5957b83dbfc18d5 | |
parent | 7402a4fedc2bc448100c2d086406c708451b16dc [diff] |
NFSv4: Don't use the zero stateid with layoutget The NFSv4.1 protocol explicitly forbids us from using the zero stateid together with layoutget, so when we see that nfs4_select_rw_stateid() is unable to return a valid delegation, lock or open stateid, then we should initiate recovery and retry. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>