CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/25 07:41:29
Modified files:
sys/nfs : nfs.h nfs_socket.c nfs_subs.c nfs_vfsops.c
nfsmount.h
Log message:
move to having requests on a per nfsmount tailq instead of one global one.
also make the rexmit timeout per nfsmount, and make sure to start/stop the
timer appropriately.
now the nfs_timer() only fires if there is work todo, not always at nfs_ticks
(it did, even if there where no nfsmounts in the system!).
OK blambert@
