kernel - Adjust NFS server for new allocvnode() code
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 8 Dec 2012 05:21:55 +0000 (21:21 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 8 Dec 2012 05:21:55 +0000 (21:21 -0800)
commit9072066a0093b437cc7f0b38bfe27fd6b61fefb3
tree0fc1cb3a387475e8c21852b07a8bb9a0eb0231f7
parent62ae46c924bd3c2efd985c79dac02be03360e6a6
kernel - Adjust NFS server for new allocvnode() code

* Adjust the NFS server to check for LWP_MP_VNLRU garbage collection
  requests and act on them.

  This prevents excessive allocation of vnodes by the nfsd's.
sys/kern/kern_proc.c
sys/sys/proc.h
sys/vfs/nfs/nfs_syscalls.c