PERFORCE change 131282 for review

Steve Wise swise at FreeBSD.org
Wed Dec 19 19:33:43 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131282

Change 131282 by swise at swise:vic10:iwarp on 2007/12/20 03:33:03

	fixed gen_pool shim code.

Affected files ...

.. //depot/projects/iwarp/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cxio_hal.h#3 edit

Differences ...

==== //depot/projects/iwarp/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cxio_hal.h#3 (text+ko) ====

@@ -235,6 +235,7 @@
 		free(gp, M_DEVBUF);
 		return (NULL);
 	}
+	blist_free(gp->gen_list, 0, len >> chunk_shift);
 	gp->gen_base = base;
 	gp->gen_chunk_shift = chunk_shift;
 


More information about the p4-projects mailing list