diff options
Diffstat (limited to 'sys/coda/coda_vnops.c')
-rw-r--r-- | sys/coda/coda_vnops.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index c0cfa5e00f921..e1a0ab3d50b63 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.c,v 1.12 1999/01/07 16:14:12 bde Exp $ + * $Id: coda_vnops.c,v 1.13 1999/01/20 14:49:05 eivind Exp $ * */ @@ -48,6 +48,14 @@ /* * HISTORY * $Log: coda_vnops.c,v $ + * Revision 1.13 1999/01/20 14:49:05 eivind + * 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 1.12 1999/01/07 16:14:12 bde * Don't pass unused unused timestamp args to UFS_UPDATE() or waste * time initializing them. This almost finishes centralizing (in-core) |