From c6e0acc2e4bfbfd681f40be664024addd9e03df3 Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Sat, 5 Dec 1998 18:57:08 +0000 Subject: There's still a good bit of lock debugging that needs to happen. Don't turn it on by default or people will be getting too many panics. --- sys/ufs/ffs/ffs_vfsops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index f2bb8e21816..5128ae5758d 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_vfsops.c,v 1.21 1998/12/05 17:01:09 csapuntz Exp $ */ +/* $OpenBSD: ffs_vfsops.c,v 1.22 1998/12/05 18:57:07 csapuntz Exp $ */ /* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */ /* @@ -970,7 +970,7 @@ retry: *vpp = NULL; return (error); } -#ifdef DIAGNOSTIC +#ifdef DEBUGLOCKS vp->v_flag |= VLOCKSWORK; #endif type = ump->um_devvp->v_tag == VT_MFS ? M_MFSNODE : M_FFSNODE; /* XXX */ -- cgit v1.2.3