Date: Thu, 26 Sep 2002 05:48:31 -0400 (EDT) From: Jeff Roberson <jroberson@chesapeake.net> To: Jeff Roberson <jeff@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/tools vnode_if.awk src/sys/sys vnode.h src/sys/kern vfs_subr.c Message-ID: <20020926054628.K97589-100000@mail.chesapeake.net> In-Reply-To: <200209260448.g8Q4mihw055265@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Sep 2002, Jeff Roberson wrote: > jeff 2002/09/25 21:48:44 PDT > > Modified files: > sys/tools vnode_if.awk > sys/sys vnode.h > sys/kern vfs_subr.c > Log: > - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c > - Make the VI asserts more orthogonal to the rest of the asserts by using a > new, common vfs_badlock() function and adding a 'str' arg. > - Adjust generated ASSERTS to match the new prototype. > - Adjust explicit ASSERTS to match the new prototype. I forgot to credit bde for pointing out the many style bugs in vnode.h, some of which were addressed in this patch. I think vnode.h has grown a bit too big. So has vfs_subr.c. I'm thinking about moving the syncer in to vfs_syncer.c and possibly moving the debugging stuff into vfs_debug.c. Jeff 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?20020926054628.K97589-100000>