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)
commit595947acaaef373445131471a78650003f5d8e7d
tree706a17e13c60f802678964c6720486abfc33a5bc
parentf64f79ea5f5e02ba8585f35a10b4a3bcab0cea52
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>
fs/nfsd/nfs4callback.c