cvs commit: src/sys/kern subr_kobj.c

John Baldwin jhb at FreeBSD.org
Thu Dec 29 10:00:43 PST 2005


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


More information about the cvs-src mailing list