Disable an assertion that relies on some code[1] that isn't in HEAD yet.
[1] http://lists.freebsd.org/pipermail/freebsd-net/2013-August/036573.html
This commit is contained in:
parent
17e27327de
commit
2471928bf8
@ -1392,7 +1392,7 @@ rxb_free(struct mbuf *m, void *arg1, void *arg2)
|
||||
{
|
||||
uma_zone_t zone = arg1;
|
||||
caddr_t cl = arg2;
|
||||
#ifdef INVARIANTS
|
||||
#ifdef notyet
|
||||
u_int refcount;
|
||||
|
||||
refcount = *find_buf_refcnt(cl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user