Module Name: src
Committed By: christos
Date: Thu Apr 26 17:18:33 UTC 2012
Modified Files:
src/sys/coda: coda_vfsops.c
Log Message:
remove multiple definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/coda/coda_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/coda/coda_vfsops.c
diff -u src/sys/coda/coda_vfsops.c:1.71 src/sys/coda/coda_vfsops.c:1.72
--- src/sys/coda/coda_vfsops.c:1.71 Wed Apr 25 23:04:54 2012
+++ src/sys/coda/coda_vfsops.c Thu Apr 26 13:18:33 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: coda_vfsops.c,v 1.71 2012/04/26 03:04:54 christos Exp $ */
+/* $NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $ */
/*
*
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.71 2012/04/26 03:04:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $");
#ifndef _KERNEL_OPT
#define NVCODA 4
@@ -78,11 +78,6 @@ __KERNEL_RCSID(0, "$NetBSD: coda_vfsops.
MODULE(MODULE_CLASS_VFS, coda, NULL);
-MALLOC_DEFINE(M_CODA, "coda", "Coda file system structures and tables");
-
-int codadebug = 0;
-
-int coda_vfsop_print_entry = 0;
#define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__))
struct vnode *coda_ctlvp;