• J. Bruce Fields's avatar
    nfsd4: set shorter timeout · 595947ac
    J. Bruce Fields authored
    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: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
    595947ac
nfs4callback.c 13.6 KB