Date: Sun, 4 Aug 2002 08:17:20 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> To: Jeff Roberson <jeff@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/coda coda_namecache.c coda_subr.c coda_vfsops.c src/sys/compat/linux linux_getcwd.c linux_misc.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c src/sys/fs/deadfs dead_vnops.c ... Message-ID: <Pine.NEB.3.96L.1020804081500.88940D-100000@fledge.watson.org> In-Reply-To: <200208041029.g74ATbxl096810@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 4 Aug 2002, Jeff Roberson wrote: > - Replace v_flag with v_iflag and v_vflag > - v_vflag is protected by the vnode lock and is used when > synchronization > with VOP calls is needed. > - v_iflag is protected by interlock and is used for dealing with > vnode > management issues. These flags include X/O LOCK, FREE, DOOMED, > etc. > - All accesses to v_iflag and v_vflag have either been locked or > marked with > mp_fixme's. > - Many ASSERT_VOP_LOCKED calls have been added where the locking was > not > clear. > - Many functions in vfs_subr.c were restructured to provide for > stronger > locking. Cool, great work! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories 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?Pine.NEB.3.96L.1020804081500.88940D-100000>