From 7dfdb696a68fc9ef02a9d4877475f2206dec1d85 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 13 Jul 2011 19:44:54 +0200 Subject: [PATCH] ether82563: fix block refcounting incompatibility with 9atom --- sys/src/9/pc/ether82563.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index 94213a013..20fcb2a6f 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p) p->nfast++; p->x = b->next; b->next = nil; + _xinc(&b->ref); return b; }