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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to