jhb 2005-12-29 18:00:42 UTC FreeBSD src repository Modified files: sys/kern subr_kobj.c Log: Increment kobj_lookup_misses on a miss rather than decrementing it. Otherwise, the miss count is actually -kobj_lookup_misses. Mostly a pedantic change as KOBJ_STATS isn't on by default. Revision Changes Path 1.10 +1 -1 src/sys/kern/subr_kobj.c