aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-01-01 10:14:37 +0000
committerBruce Evans <bde@FreeBSD.org>1999-01-01 10:14:37 +0000
commitf2aed91b48e67be033139b9d52b5f587dd9d7079 (patch)
tree6e3481c7a8a4b3802b03aa36e73f2778bfb8a6ff /sys
parentf26138d566db438d7420081e57fc1ee2eaacdc94 (diff)
downloadsrc-f2aed91b48e67be033139b9d52b5f587dd9d7079.tar.gz
src-f2aed91b48e67be033139b9d52b5f587dd9d7079.zip
Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been broken
since before rev.1.1, so UMAPFS_DIAGNOSTIC should not be trusted. UMAPFS_DIAGNOSTIC is commented out in LINT to hide various bugs.
Notes
Notes: svn path=/head/; revision=42227
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/umapfs/umap_subr.c4
-rw-r--r--sys/miscfs/umapfs/umap_subr.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c
index 14ecefb90e88..4974f03c110c 100644
--- a/sys/fs/umapfs/umap_subr.c
+++ b/sys/fs/umapfs/umap_subr.c
@@ -35,7 +35,7 @@
*
* @(#)umap_subr.c 8.9 (Berkeley) 5/14/95
*
- * $Id: umap_subr.c,v 1.14 1998/08/16 01:21:51 bde Exp $
+ * $Id: umap_subr.c,v 1.15 1998/11/09 09:21:25 peter Exp $
*/
#include <sys/param.h>
@@ -259,7 +259,7 @@ umap_node_create(mp, targetvp, newvpp)
* Take another reference to the alias vnode
*/
#ifdef UMAPFS_DIAGNOSTIC
- vprint("umap_node_create: exists", ap->umap_vnode);
+ vprint("umap_node_create: exists", aliasvp);
#endif
/* VREF(aliasvp); */
} else {
diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c
index 14ecefb90e88..4974f03c110c 100644
--- a/sys/miscfs/umapfs/umap_subr.c
+++ b/sys/miscfs/umapfs/umap_subr.c
@@ -35,7 +35,7 @@
*
* @(#)umap_subr.c 8.9 (Berkeley) 5/14/95
*
- * $Id: umap_subr.c,v 1.14 1998/08/16 01:21:51 bde Exp $
+ * $Id: umap_subr.c,v 1.15 1998/11/09 09:21:25 peter Exp $
*/
#include <sys/param.h>
@@ -259,7 +259,7 @@ umap_node_create(mp, targetvp, newvpp)
* Take another reference to the alias vnode
*/
#ifdef UMAPFS_DIAGNOSTIC
- vprint("umap_node_create: exists", ap->umap_vnode);
+ vprint("umap_node_create: exists", aliasvp);
#endif
/* VREF(aliasvp); */
} else {