From b7e1be5dc13e9a0d9e2199cbd8489ceb115c3b0e Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 23 Feb 2011 12:31:28 -0800 Subject: [PATCH] recovery: recover from BAD_STATEID errors Signed-off-by: Casey Bodley --- daemon/nfs41_compound.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/nfs41_compound.c b/daemon/nfs41_compound.c index c6b7a82..f2118c8 100644 --- a/daemon/nfs41_compound.c +++ b/daemon/nfs41_compound.c @@ -407,6 +407,7 @@ restart_recovery: goto do_retry; case NFS4ERR_EXPIRED: /* revoked by lease expiration */ + case NFS4ERR_BAD_STATEID: case NFS4ERR_STALE_STATEID: /* server reboot */ if (compound->args.argarray[0].op == OP_SEQUENCE) { nfs41_sequence_args *seq = (nfs41_sequence_args*)