NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60030 CVS commit: src/sys/sys



The following reply was made to PR kern/60030; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60030 CVS commit: src/sys/sys
Date: Mon, 17 Aug 2026 01:52:09 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Aug 17 01:52:09 UTC 2026
 
 Modified Files:
 	src/sys/sys: lockdebug.h
 
 Log Message:
 sys/lockdebug.h: Simplify conditional and explain why it's there.
 
 No functional change intended: just changes an always-false
 expression to another always-false expression in a conditional.
 
 (Well, in principle, it reduces the number of times we evaluate this
 argument, but in practice the argument should be side-effect-free
 anyway.)
 
 PR kern/60030: ddb/crash: show all locks without LOCKDEBUG
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 src/sys/sys/lockdebug.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index