cvs commit: src/sys/net if_loop.c

Ed Schouten ed at FreeBSD.org
Sun Jun 29 13:17:17 UTC 2008


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


More information about the cvs-src mailing list