NFS - Fix unmounting blockages, fix tick interval, hack cpu assignments.
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 11:38:35 +0000 (04:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 11:38:35 +0000 (04:38 -0700)
commit13ddc89513d7d229d92707032ce077664acb0899
treee7c4efab84814640f47a160b0bf081c789d9a9e2
parentedb90c22215c117a8162c87a749513471fe98f53
NFS - Fix unmounting blockages, fix tick interval, hack cpu assignments.

* Umount was having problems due to the way the helper threads were
  being shutdown.  Should be fixed.

* The NFS timer, which is responsible for handling retransmits and
  timeouts, did not need to be set to one tick (10ms).  200ms is
  just fine.

* Hack cpu assignments for the tx and rx helper threads.
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_iod.c
sys/vfs/nfs/nfs_kerb.c
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfs_vfsops.c