Date: Mon, 14 Mar 2005 08:30:32 +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/sys vnode.h src/sys/kern vfs_subr.c Message-ID: <200503140830.j2E8UW4h032019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-14 08:30:32 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: - We do not have to check the object's ref_count in VSHOULDFREE or vtryrecycle(). All obj refs also ref the vnode. - Consistently use v_incr_usecount() to increment the usecount. This will be more important later. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.593 +3 -3 src/sys/kern/vfs_subr.c 1.287 +1 -1 src/sys/sys/vnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503140830.j2E8UW4h032019>