commit | 595947acaaef373445131471a78650003f5d8e7d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Thu Mar 05 17:18:10 2009 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Apr 29 16:44:40 2009 -0400 |
tree | 706a17e13c60f802678964c6720486abfc33a5bc | |
parent | f64f79ea5f5e02ba8585f35a10b4a3bcab0cea52 [diff] |
nfsd4: set shorter timeout We tried to do something overly complicated with the callback rpc timeouts here. And they're wrong--the result is that by the time a single callback times out, it's already too late to tell the client (using the cb_path_down return to RENEW) that the callback is down. Use a much shorter, simpler timeout. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>