cvs commit: src/sys/kern kern_event.c

Konstantin Belousov kib at FreeBSD.org
Sat May 10 11:35:33 UTC 2008


kib         2008-05-10 11:35:32 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  The kqueue_close() encountering the KN_INFLUX knotes on the kq being
  closed is the legitimate situation. For instance, filedescriptor with
  registered events may be closed in parallel with closing the kqueue.
  Properly handle the case instead of asserting that this cannot happen.
  
  Reported and tested by: pho
  Reviewed by:    jmg
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.119     +11 -4     src/sys/kern/kern_event.c


More information about the cvs-src mailing list