From owner-cvs-all Wed Dec 19 15:58:16 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 ABB2137B405; Wed, 19 Dec 2001 15:58:09 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJNw9U05532; Wed, 19 Dec 2001 15:58:09 -0800 (PST) (envelope-from dillon) Message-Id: <200112192358.fBJNw9U05532@freefall.freebsd.org> From: Matt Dillon Date: Wed, 19 Dec 2001 15:58:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs 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 dillon 2001/12/19 15:58:09 PST Modified files: sys/fs/pseudofs pseudofs_vncache.c pseudofs_vnops.c Log: Pseudofs was leaking VFS cache entries badly due to its cache and use of the wrong VOP descriptor. This misuse caused VFS-cached vnodes to be re-cached, resulting in the leak. This commit is an interim fix until DES has a chance to rework the code involved. Revision Changes Path 1.10 +9 -3 src/sys/fs/pseudofs/pseudofs_vncache.c 1.21 +13 -1 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