Trond Myklebust 027b6ca021 NFSv4: Fix an infinite loop in the NFS state recovery code
Marten Gajda <marten.gajda@fernuni-hagen.de> states:

I tracked the problem down to the function nfs4_do_open_expired.
Within this function _nfs4_open_expired is called and may return
-NFS4ERR_DELAY. When a further call to _nfs4_open_expired is
executed and does not return -NFS4ERR_DELAY the "exception.retry"
variable is not reset to 0, causing the loop to iterate again
(and as long as err != -NFS4ERR_DELAY, probably forever)

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2008-12-23 16:04:13 -05:00
..
2008-12-23 15:21:53 -05:00
2008-07-09 12:09:04 -04:00
2008-02-20 16:15:44 -05:00
2008-03-19 18:00:34 -04:00
2008-10-07 18:16:22 -04:00
2008-10-07 18:16:22 -04:00
2007-03-16 19:25:05 -07:00