nfsd4: track recall retries in nfs4_delegation
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 2 May 2009 00:11:12 +0000 (20:11 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sat, 2 May 2009 00:11:12 +0000 (20:11 -0400)
Move this out of a local variable into the nfs4_delegation object in
preparation for making this an async rpc call (at which point we'll need
any state like this in a common object that's preserved across function
calls).

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found