cvs commit: src/sys/net if_loop.c

Robert Watson rwatson at FreeBSD.org
Tue Mar 9 09:27:49 PST 2004


rwatson     2004/03/09 09:27:48 PST

  FreeBSD src repository

  Modified files:
    sys/net              if_loop.c 
  Log:
  Introduce lo_mtx to protect the global loopback softc list.  I'm not
  really sure why we have a softc list for if_loop, given that it
  can't be unloaded, but that's an issue to revisit in the future as
  corrupting the softc list would still cause panics.
  
  Reviewed by:    benno
  
  Revision  Changes    Path
  1.94      +7 -1      src/sys/net/if_loop.c


More information about the cvs-src mailing list