While I'm here:
Small change (remove tab in one of the MEXT* macros) - probably slipped through (accidently?) in dwmalone's KASSERT() addition (rev 1.58).
This commit is contained in:
parent
d45a191e99
commit
6c041b7532
@ -286,7 +286,7 @@ struct mcntfree_lst {
|
||||
#define MEXT_REM_REF(m) do { \
|
||||
KASSERT((m)->m_ext.ref_cnt->refcnt > 0, ("m_ext refcnt < 0")); \
|
||||
atomic_subtract_long(&((m)->m_ext.ref_cnt->refcnt), 1); \
|
||||
} while(0)
|
||||
} while(0)
|
||||
|
||||
#define MEXT_ADD_REF(m) atomic_add_long(&((m)->m_ext.ref_cnt->refcnt), 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user