summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lockf.c
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2018-11-02 07:17:34 +0000
committeranton <anton@openbsd.org>2018-11-02 07:17:34 +0000
commit3c7ad81275ec6eff8a66418a5e94e10e9d8e3374 (patch)
tree4e433b3f24ad77eefd576b67d2c7e1f43371dca4 /sys/kern/vfs_lockf.c
parentdisable LOCKF_DIAGNOSTIC (diff)
downloadwireguard-openbsd-3c7ad81275ec6eff8a66418a5e94e10e9d8e3374.tar.xz
wireguard-openbsd-3c7ad81275ec6eff8a66418a5e94e10e9d8e3374.zip
make debug flags continuous
Diffstat (limited to 'sys/kern/vfs_lockf.c')
-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;