commit | 3aea09dc9106407d8bc18e593fbffda9ad632844 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 20:11:12 2009 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 20:11:12 2009 -0400 |
tree | 563b9b3cfbd5203e87b7fea59946729c135de1d3 | |
parent | 6707bd3d420f53ae8f090dac871843f6f43c9980 [diff] |
nfsd4: track recall retries in nfs4_delegation 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>