mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Note KBI breakage with DEBUG_LOCKS.
It specifically modifies struct lock, which many other structures embed. Noted by: kib MFC after: 3 days X-MFC-with: r272032
This commit is contained in:
parent
c37463b3e8
commit
2c048c4aa6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272038
@ -2625,7 +2625,8 @@ options NSFBUFS=1024
|
||||
# Enable extra debugging code for locks. This stores the filename and
|
||||
# line of whatever acquired the lock in the lock itself, and changes a
|
||||
# number of function calls to pass around the relevant data. This is
|
||||
# not at all useful unless you are debugging lock code.
|
||||
# not at all useful unless you are debugging lock code. Note that
|
||||
# modules should be recompiled as this option modifies KBI.
|
||||
#
|
||||
options DEBUG_LOCKS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user