git: 2b005e89681b - stable/13 - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 01:23:38 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=2b005e89681b67e0ce609c66a9a38e5b4f1541ea

commit 2b005e89681b67e0ce609c66a9a38e5b4f1541ea
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-02-02 17:22:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-06-05 01:23:20 +0000

    Exclude DEBUG_VFS_LOCKS from non-debug kernel configs
    
    MFC note: this is nop on stable branch where debug options are not
    included into the shipped config outright.
    
    (cherry picked from commit 21a37c3cc610d08d5f9d5319451b97f1a6a13320)
---
 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