Date: Mon, 14 Mar 2005 09:25:19 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h Message-ID: <200503140925.j2E9PJ4F040992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-14 09:25:19 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/sys vnode.h Log: - Increment the holdcnt once for each usecount reference. This allows us to use only the holdcnt to determine whether a vnode may be recycled, simplifying the V* macros as well as vtryrecycle(), etc. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.594 +4 -3 src/sys/kern/vfs_subr.c 1.288 +5 -9 src/sys/sys/vnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503140925.j2E9PJ4F040992>