Here is a patch that greatly reduces that number of timeout (and EIO errors with soft mounts) that occur when a fast client is talking to a slow server. We were noticing a large number of EIO errors when a ia64 client was talking to a x86 server with soft mounts (ala autofs).... True, EIO errors should be expect with soft mounts but it turns out that thousands of timeouts were occurring on a ia64 client compared to 50 to 60 timeouts with a x86 client when talking to the same slow server and generating the same traffic. What this patch does is make the minimal Round Trip time value relative to HZ. So When HZ is greater (as in the case of ia64) the minimal value goes up. Comments? SteveD.