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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to