From: J. Bruce Fields Date: Thu, 5 Mar 2009 22:18:10 +0000 (-0500) Subject: nfsd4: set shorter timeout X-Git-Tag: v2.6.31-rc1~57^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595947acaaef373445131471a78650003f5d8e7d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed