cvs commit: src/sys/kern vnode_if.src
Diomidis Spinellis
dds at FreeBSD.org
Sun May 28 00:42:08 PDT 2006
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
More information about the cvs-src
mailing list