Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/coda remove multiple definitions.
details: https://anonhg.NetBSD.org/src/rev/7f6ad711d636
branches: trunk
changeset: 779027:7f6ad711d636
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 26 17:18:33 2012 +0000
description:
remove multiple definitions.
diffstat:
sys/coda/coda_vfsops.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r db6e63cbd5e6 -r 7f6ad711d636 sys/coda/coda_vfsops.c
--- a/sys/coda/coda_vfsops.c Thu Apr 26 10:15:42 2012 +0000
+++ b/sys/coda/coda_vfsops.c Thu Apr 26 17:18:33 2012 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index