Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 18:25:53 +0000 (UTC)
From:      Yar Tikhiy <yar@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:  <200710271825.l9RIPsgn041945@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2007-10-27 18:25:53 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_loop.c 
  Log:
  if_loop doesn't need to keep the list of lo(4) interfaces.  Today
  a private softc list is needed neither for tracking clones in general
  nor for destroying all clones before the module unload -- if_clone
  takes care of all that.  (Note that some other interface drivers do
  need a softc list to be able to scan it for their private purposes.)
  
  Revision  Changes    Path
  1.113     +0 -12     src/sys/net/if_loop.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710271825.l9RIPsgn041945>