Disable QUEUE_MACRO_DEBUG_TRACE in LINT kernels
It changes the size of TAILQ_ENTRY, which obviously impacts ABI in a variety of ways. Some of these things are _Static_asserted. For now, mask the option from LINT. Reported by: crees, np, jhb X-MFC-With: r359829 Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
1961a15101
commit
2a0eacd783
@ -423,7 +423,7 @@ options QUEUE_MACRO_DEBUG_TRASH
|
||||
# Stores information about the last caller to modify the list object
|
||||
# in the list object. Requires additional memory overhead.
|
||||
#
|
||||
options QUEUE_MACRO_DEBUG_TRACE
|
||||
#options QUEUE_MACRO_DEBUG_TRACE
|
||||
|
||||
#
|
||||
# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
|
||||
|
Loading…
Reference in New Issue
Block a user