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:
Navdeep Parhar 2013-11-27 19:54:19 +00:00
parent 17e27327de
commit 2471928bf8

View File

@ -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);