summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-11-02 07:17:35 +0000
committeranton <anton@cvs.openbsd.org>2018-11-02 07:17:35 +0000
commitb8e19674c1491678a4b62c77d133ffaae69a0740 (patch)
treec99e1b0f4f3f00b2a5e35c9e087a78e23553fd73 /sys/kern
parent29492b3f987522354dda90ecfb751a2c797621a5 (diff)
make debug flags continuous
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_lockf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_lockf.c b/sys/kern/vfs_lockf.c
index e73ab4dbe33..0d1c9891383 100644
--- a/sys/kern/vfs_lockf.c
+++ b/sys/kern/vfs_lockf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_lockf.c,v 1.28 2018/10/27 08:51:13 anton Exp $ */
+/* $OpenBSD: vfs_lockf.c,v 1.29 2018/11/02 07:17:34 anton Exp $ */
/* $NetBSD: vfs_lockf.c,v 1.7 1996/02/04 02:18:21 christos Exp $ */
/*
@@ -64,7 +64,7 @@ int maxlockdepth = MAXDEPTH;
#define DEBUG_FINDOVR 0x08
#define DEBUG_SPLIT 0x10
#define DEBUG_WAKELOCK 0x20
-#define DEBUG_LINK 0x80
+#define DEBUG_LINK 0x40
int lockf_debug = DEBUG_SETLOCK|DEBUG_CLEARLOCK|DEBUG_WAKELOCK;