Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2022 17:27:55 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 21a37c3cc610 - main - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs
Message-ID:  <202202021727.212HRtqw038400@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=21a37c3cc610d08d5f9d5319451b97f1a6a13320

commit 21a37c3cc610d08d5f9d5319451b97f1a6a13320
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-02-02 17:22:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-02-02 17:27:32 +0000

    Exclude DEBUG_VFS_LOCKS from non-debug kernel configs
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/conf/std.nodebug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug
index b0bf9d4d47f6..6495bc0203ad 100644
--- a/sys/conf/std.nodebug
+++ b/sys/conf/std.nodebug
@@ -6,6 +6,7 @@ nooptions	INVARIANTS
 nooptions	INVARIANT_SUPPORT
 nooptions	WITNESS
 nooptions	WITNESS_SKIPSPIN
+nooptions	DEBUG_VFS_LOCKS
 nooptions	BUF_TRACKING
 nooptions	FULL_BUF_TRACKING
 nooptions	DEADLKRES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202021727.212HRtqw038400>