From owner-cvs-all@FreeBSD.ORG Thu Jun 8 22:59:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A216D16A41A; Thu, 8 Jun 2006 22:59:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9B943D67; Thu, 8 Jun 2006 22:59:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k58Mv7VI083623; Thu, 8 Jun 2006 22:57:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k58Mv7ss083622; Thu, 8 Jun 2006 22:57:07 GMT (envelope-from rwatson) Message-Id: <200606082257.k58Mv7ss083622@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Jun 2006 22:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_nfsiod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:59:15 -0000 rwatson 2006-06-08 22:57:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_nfsiod.c Log: Merge nfs_nfsiod.c:1.89 from HEAD to RELENG_6: Adjust minimum iod threads from 4 to 0 -- since we compile the NFS client into the kernel by default, and many users won't use NFS, don't start an extra 4 kernel threads that are unused. Once NFS becomes active, it will start nfsiod's as it needs them. We might consider mandating a minimum iod's equal to the number of active NFS mounts (truncated to some value), which would force some to remain available without having to create a new one if the file system is mostly inactive. PR: 70880 Prodded by: cel Head nod: peter Pointed out by: Joe Revision Changes Path 1.86.2.1 +1 -1 src/sys/nfsclient/nfs_nfsiod.c