From owner-freebsd-hackers Sun Sep 23 14:48:17 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 5C6E937B429 for ; Sun, 23 Sep 2001 14:48:15 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f8NLmEN88896; Sun, 23 Sep 2001 14:48:14 -0700 (PDT) (envelope-from dillon) Date: Sun, 23 Sep 2001 14:48:14 -0700 (PDT) From: Matt Dillon Message-Id: <200109232148.f8NLmEN88896@earth.backplane.com> To: Poul-Henning Kamp , David Greenman , Seigo Tanimura , bright@wintelcom.net, hackers@FreeBSD.ORG Subject: correction... nameileafonly=-1 is 'do not purge dirs on vnode reclaim'. (was cache purge cache for ...) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fdirs()) References: <1620.1001272770@critter> : : Here is the latest patch for -stable. vmiodirenable is turned on by : default, the cache purge code is enabled based on vmiodirenable, and : I added a new sysctl called nameileafonly which defaults to ON (1). : : nameileafonly vmiodirenable action : 1 1 (DEFAULT) purge leaf dirs on vnode reclaim : 0 1 purge any dir on vnode reclaim : 1 0 purge leaf dirs on vnode reclaim : 0 0 do not purge dirs on vnode reclaim : -1 0 puger any dir on vnode reclaim Correction. -1 any do NOT purge dirs on vnode reclaim Sorry for the mixup. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message