From 1d9981e59e9a14edd11b680f6cd63c138370738a Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 10 Dec 2010 14:05:49 -0500 Subject: [PATCH] fix for retry on stateid recovery Signed-off-by: Casey Bodley --- daemon/nfs41_compound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/nfs41_compound.c b/daemon/nfs41_compound.c index 73751cd..b90f277 100644 --- a/daemon/nfs41_compound.c +++ b/daemon/nfs41_compound.c @@ -400,7 +400,7 @@ restart_recovery: if (recover_stateid(&compound->args.argarray[compound->res.resarray_count-1], session)) - goto retry; + goto do_retry; goto out; case NFS4ERR_GRACE: