]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Don't use the zero stateid with layoutget
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 16 Jul 2019 19:38:28 +0000 (15:38 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 18 Jul 2019 18:43:52 +0000 (14:43 -0400)
commit0265f53f7c551105bba126614aa94375ccc1d6fe
treeb69a831696a3769da3fcbe28f5957b83dbfc18d5
parente8dff2de40636f752f832a20dcaf5f1aaf839467
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>
fs/nfs/nfs4state.c
fs/nfs/pnfs.c