Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 09:03:58 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_witness.c
Message-ID:  <200303101703.h2AH3w00025244@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/03/10 09:03:58 PST

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  Now that we have WITNESS_WARN(), we only call witness_list() from the
  ddb 'show locks' command.  Thus, move witness_list() to the #ifdef DDB
  section and remove extra checks for calling this function outside of
  DDB.  Also, witness_list() now returns void instead of returning an int.
  
  Reported by:    Steve Ames <steve@energistic.com>
  Prodded by:     davidxu
  
  Revision  Changes    Path
  1.142     +29 -41    src/sys/kern/subr_witness.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303101703.h2AH3w00025244>