cvs commit: src/sys/compat/linsysfs linsysfs.c

Alexander Leidinger netchild at FreeBSD.org
Sun Dec 3 13:00:31 PST 2006


netchild    2006-12-03 21:00:31 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linsysfs  linsysfs.c 
  Log:
  MFP4 (110957)
  
  Use TAILQ_FOREACH_SAFE instead of the unsafe one where an item is removed
  from the queue.
  
  This prevents a panic on kldunload.
  
  Submitted by:   rdivacky
  Tested by:      bsam
  
  Revision  Changes    Path
  1.3       +3 -2      src/sys/compat/linsysfs/linsysfs.c


More information about the cvs-src mailing list