Date: Wed, 25 Sep 2002 21:48:44 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/tools vnode_if.awk src/sys/sys vnode.h src/sys/kern vfs_subr.c Message-ID: <200209260448.g8Q4mihw055265@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. Revision Changes Path 1.407 +92 -29 src/sys/kern/vfs_subr.c 1.212 +27 -109 src/sys/sys/vnode.h 1.37 +1 -1 src/sys/tools/vnode_if.awk 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?200209260448.g8Q4mihw055265>