Date: Wed, 27 May 2009 01:45:23 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/xen/netfront netfront.c Message-ID: <200905270145.n4R1jYuE085309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2009-05-27 01:45:23 UTC FreeBSD src repository Modified files: sys/dev/xen/netfront netfront.c Log: SVN rev 192868 on 2009-05-27 01:45:23Z by adrian Add in some INVARIANT checks in the TX mbuf descriptor "freelist" management code. Slot 0 must always remain "free" and be a pointer to the first free entry in the mbuf descriptor list. It is thus an error to have code allocate or push slot 0 back into the list. Revision Changes Path 1.15 +2 -0 src/sys/dev/xen/netfront/netfront.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905270145.n4R1jYuE085309>