From owner-cvs-all Tue Oct 2 15:22:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3315237B405; Tue, 2 Oct 2001 15:22:42 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92MMgr39887; Tue, 2 Oct 2001 15:22:42 -0700 (PDT) (envelope-from des) Message-Id: <200110022222.f92MMgr39887@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 2 Oct 2001 15:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.h pseudofs_vncache.c pseudofs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/02 15:22:42 PDT Modified files: sys/fs/pseudofs pseudofs.h pseudofs_vncache.c pseudofs_vnops.c Log: Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set on the node in question. Also add two API functions for setting and clearing this flag; setting it also reclaims all vnodes associated with the node. Revision Changes Path 1.11 +8 -1 src/sys/fs/pseudofs/pseudofs.h 1.8 +39 -1 src/sys/fs/pseudofs/pseudofs_vncache.c 1.15 +13 -11 src/sys/fs/pseudofs/pseudofs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message