ether82563: fix block refcounting incompatibility with 9atom
This commit is contained in:
parent
f4617dc7db
commit
7dfdb696a6
1 changed files with 1 additions and 0 deletions
|
@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p)
|
|||
p->nfast++;
|
||||
p->x = b->next;
|
||||
b->next = nil;
|
||||
_xinc(&b->ref);
|
||||
return b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue