summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-04-16 11:33:33 +0000
committerdg <dg@FreeBSD.org>1995-04-16 11:33:33 +0000
commit70107524988ad8d350145e4e162bc7227702d7c2 (patch)
treed10096112fd9a815d7f5146f8e046669d78f710b
parentb2c465848050f8bf9e9d03dfde9a99243ea34b33 (diff)
downloadFreeBSD-src-70107524988ad8d350145e4e162bc7227702d7c2.zip
FreeBSD-src-70107524988ad8d350145e4e162bc7227702d7c2.tar.gz
Changed #ifdef around printlockedvnodes() from DEBUG to DDB.
-rw-r--r--sys/kern/vfs_export.c4
-rw-r--r--sys/kern/vfs_subr.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index c677641..f6672bc 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94
- * $Id: vfs_subr.c,v 1.26 1995/03/21 01:13:16 davidg Exp $
+ * $Id: vfs_subr.c,v 1.27 1995/04/09 06:02:46 davidg Exp $
*/
/*
@@ -1242,7 +1242,7 @@ vprint(label, vp)
}
}
-#ifdef DEBUG
+#ifdef DDB
/*
* List all of the locked vnodes in the system.
* Called when debugging the kernel.
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index c677641..f6672bc 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94
- * $Id: vfs_subr.c,v 1.26 1995/03/21 01:13:16 davidg Exp $
+ * $Id: vfs_subr.c,v 1.27 1995/04/09 06:02:46 davidg Exp $
*/
/*
@@ -1242,7 +1242,7 @@ vprint(label, vp)
}
}
-#ifdef DEBUG
+#ifdef DDB
/*
* List all of the locked vnodes in the system.
* Called when debugging the kernel.
OpenPOWER on IntegriCloud