Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D24472
Change Details
Change Details
Old
New
Diff
vm_page_acquire_unlocked() relies heavily on type-stability of vm_page structures, and assumes that the listq linkage pointers always point to a vm_page or are NULL. QUEUE_MACRO_DEBUG_TRASH breaks that assumption.
vm_page_acquire_unlocked() relies heavily on type-stability of vm_page structures, and assumes that the listq linkage pointers always point to a vm_page or are NULL. QUEUE_MACRO_DEBUG_TRASH breaks that assumption. Reported by: pho
vm_page_acquire_unlocked() relies heavily on type-stability of vm_page structures, and assumes that the listq linkage pointers always point to a vm_page or are NULL. QUEUE_MACRO_DEBUG_TRASH breaks that assumption.
Reported by: pho
Continue