cvs commit: src/sys/kern kern_event.c vfs_aio.c src/sys/sys event.h

John-Mark Gurney jmg at FreeBSD.org
Fri Mar 25 08:28:05 PST 2005


jmg         2005-03-25 16:28:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_event.c vfs_aio.c 
    sys/sys              event.h 
  Log:
  MFC:
  >fix aio+kq... I've been running ambrisko's test program for much longer
  >w/o problems than I was before...  This simply brings back the knote_delete
  >as knlist_delete which will also drop the knote's, instead of just clearing
  >the list and setting _ONESHOT...
  >
  >Fix a race where if a note was _INFLUX and _DETACHED, it could end up being
  >modified... whoopse..
  >
  >Revision  Changes    Path
  >1.90      +11 -8     src/sys/kern/kern_event.c
  >1.183     +1 -1      src/sys/kern/vfs_aio.c
  >1.28      +6 -1      src/sys/sys/event.h
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.79.2.6   +11 -8     src/sys/kern/kern_event.c
  1.174.2.3  +1 -1      src/sys/kern/vfs_aio.c
  1.26.2.1   +6 -1      src/sys/sys/event.h


More information about the cvs-src mailing list