fix for retry on stateid recovery
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
13f661add4
commit
1d9981e59e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue