nfsd4: set shorter timeout
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 5 Mar 2009 22:18:10 +0000 (17:18 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 29 Apr 2009 20:44:40 +0000 (16:44 -0400)
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>

No differences found