From 186c0bc04b8528af8dd4884021c6f06465a80e4b Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sun, 28 Mar 2004 05:55:27 +0000 Subject: Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer are supposed to continue firing as long as there is work to do, not stop after the first invocation. This is damage control after a patch that has been committed prematurely. Tested by: kris --- sys/nfsclient/nfs_socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/nfsclient/nfs_socket.c') diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c index 697478c71578..0440c7bccac3 100644 --- a/sys/nfsclient/nfs_socket.c +++ b/sys/nfsclient/nfs_socket.c @@ -1188,6 +1188,7 @@ nfs_timer(void *arg) } } splx(s); + callout_reset(&nfs_callout, nfs_ticks, nfs_timer, NULL); } /* -- cgit v1.2.3