Date: Sun, 28 May 2006 07:24:12 +0000 (UTC) From: Diomidis Spinellis <dds@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.src Message-ID: <200605280724.k4S7OCl5083567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dds 2006-05-28 07:24:12 UTC FreeBSD src repository Modified files: sys/kern vnode_if.src Log: Add missing % signs in the lock annotations of the functions: lookup, rename, strategy, islocked The missing % sign meant that the lines were processed as plain comments and the corresponding assertions were never generated. Revision Changes Path 1.80 +8 -8 src/sys/kern/vnode_if.src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605280724.k4S7OCl5083567>