OSDN Git Service

pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
authorTrond Myklebust <trondmy@gmail.com>
Fri, 20 Sep 2019 11:23:40 +0000 (07:23 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 20 Sep 2019 19:17:42 +0000 (15:17 -0400)
commit9c47b18cf722184f32148784189fca945a7d0561
treee0b3219199c04c391f3eec57ff2ef545916d1618
parent581057c8346b9da51f1115768fd4189ed5eab19b
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors

IF the server rejected our layout return with a state error such as
NFS4ERR_BAD_STATEID, or even a stale inode error, then we do want
to clear out all the remaining layout segments and mark that stateid
as invalid.

Fixes: 1c5bd76d17cca ("pNFS: Enable layoutreturn operation for...")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/pnfs.c