Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 06:49:13 -0800 (PST)
From:      Eivind Eklund <eivind@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/coda coda_vnops.c src/sys/conf options src/sys/i386/conf LINT src/sys/kern kern_lock.c vfs_default.c vfs_vnops.c src/sys/sys lock.h vnode.h
Message-ID:  <199901201449.GAA07373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
eivind      1999/01/20 06:49:12 PST

  Modified files:
    sys/coda             coda_vnops.c 
    sys/conf             options 
    sys/i386/conf        LINT 
    sys/kern             kern_lock.c vfs_default.c vfs_vnops.c 
    sys/sys              lock.h vnode.h 
  Log:
  Add 'options DEBUG_LOCKS', which stores extra information in struct
  lock, and add some macros and function parameters to make sure that
  the information get to the point where it can be put in the lock
  structure.
  
  While I'm here, add DEBUG_VFS_LOCKS to LINT.
  
  Revision  Changes    Path
  1.13      +11 -1     src/sys/coda/coda_vnops.c
  1.121     +2 -1      src/sys/conf/options
  1.539     +10 -1     src/sys/i386/conf/LINT
  1.23      +25 -1     src/sys/kern/kern_lock.c
  1.17      +11 -1     src/sys/kern/vfs_default.c
  1.62      +15 -2     src/sys/kern/vfs_vnops.c
  1.13      +17 -1     src/sys/sys/lock.h
  1.80      +10 -1     src/sys/sys/vnode.h

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



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