Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2001 14:48:14 -0700 (PDT)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>, David Greenman <dg@root.com>, Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>, bright@wintelcom.net, hackers@FreeBSD.ORG
Subject:   correction... nameileafonly=-1 is 'do not purge dirs on vnode reclaim'. (was cache purge cache for ...)
Message-ID:  <200109232148.f8NLmEN88896@earth.backplane.com>

next in thread | raw e-mail | index | archive | help
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




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