Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :(

This commit is contained in:
Mohan Srinivasan 2007-03-09 04:07:54 +00:00
parent f9bb753844
commit d9915117c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167353

View File

@ -1412,7 +1412,7 @@ nfs_timer(void *arg)
}
if (rep->r_rtt >= 0) {
rep->r_rtt++;
if ((nmp->nm_flag & NFSMNT_DUMBTIMR) || (nmp->nm_sotype == SOCK_STREAM))
if (nmp->nm_flag & NFSMNT_DUMBTIMR)
timeo = nmp->nm_timeo;
else
timeo = nfs_estimate_rto(nmp, rep->r_procnum);