summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_namecache.c
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-06 20:01:34 +0000
committerrvb <rvb@FreeBSD.org>1998-09-06 20:01:34 +0000
commite08529ca69b292c3c8e18e47ed49bfa82f03fbef (patch)
treee83fec92453831a80923a4f17b538027cc7b8bd1 /sys/fs/coda/coda_namecache.c
parent70e4d378e2ccabcec6276cacbf9ee67ab6672ab2 (diff)
downloadFreeBSD-src-e08529ca69b292c3c8e18e47ed49bfa82f03fbef.zip
FreeBSD-src-e08529ca69b292c3c8e18e47ed49bfa82f03fbef.tar.gz
Clean LINT
Diffstat (limited to 'sys/fs/coda/coda_namecache.c')
-rw-r--r--sys/fs/coda/coda_namecache.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/fs/coda/coda_namecache.c b/sys/fs/coda/coda_namecache.c
index eb5e8bf..2a079e5 100644
--- a/sys/fs/coda/coda_namecache.c
+++ b/sys/fs/coda/coda_namecache.c
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/cfs/cfs_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: $
+ * $Id: cfs_namecache.c,v 1.2 1998/09/02 19:09:53 rvb Exp $
*
*/
@@ -47,6 +47,9 @@
/*
* HISTORY
* $Log: cfs_namecache.c,v $
+ * Revision 1.2 1998/09/02 19:09:53 rvb
+ * Pass2 complete
+ *
* Revision 1.1.1.1 1998/08/29 21:14:52 rvb
* Very Preliminary Coda
*
@@ -224,6 +227,10 @@
#include <cfs/coda.h>
#include <cfs/cnode.h>
#include <cfs/cfsnc.h>
+#ifdef DEBUG
+/* for printcred */
+#include <cfs/cfs_vnodeops.h>
+#endif
/*
* Declaration of the name cache data structure.
@@ -861,8 +868,6 @@ cfsnc_resize(hashsize, heapsize, dcstat)
return(0);
}
-#define DEBUG
-#ifdef DEBUG
char cfsnc_name_buf[CFS_MAXNAMLEN+1];
void
@@ -889,4 +894,3 @@ cfsnc_name(struct cnode *cp)
}
}
}
-#endif
OpenPOWER on IntegriCloud