Date: Wed, 19 Dec 2001 15:58:09 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vncache.c pseudofs_vnops.c Message-ID: <200112192358.fBJNw9U05532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112192358.fBJNw9U05532>