Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 22:57:07 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_nfsiod.c
Message-ID:  <200606082257.k58Mv7ss083622@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fbsd_user at a1poweruser dot com>
  
  Revision  Changes    Path
  1.86.2.1  +1 -1      src/sys/nfsclient/nfs_nfsiod.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606082257.k58Mv7ss083622>