Date: Sun, 29 Jun 2008 13:17:01 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_loop.c Message-ID: <200806291317.m5TDHGGP049151@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-06-29 13:17:01 UTC FreeBSD src repository Modified files: sys/net if_loop.c Log: SVN rev 180094 on 2008-06-29 13:17:01Z by ed Remove the unused softc from the lo(4) driver. Now that the pseudo-interface cloner has an internal list of instances, there is no need to create a softc. The softc only contains a pointer to the ifp, which means there is no valid reason to keep it. While there, remove the corresponding malloc-pool. Approved by: philip (mentor) Revision Changes Path 1.117 +2 -20 src/sys/net/if_loop.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806291317.m5TDHGGP049151>