git: 21a37c3cc610 - main - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Feb 2022 17:27:55 UTC
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