cvs commit: src/sys/sys event.h src/sys/kern kern_event.c
vfs_aio.c
John-Mark Gurney
jmg at FreeBSD.org
Thu Mar 17 17:11:40 PST 2005
jmg 2005-03-18 01:11:40 UTC
FreeBSD src repository
Modified files:
sys/sys event.h
sys/kern kern_event.c vfs_aio.c
Log:
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 seeing _ONESHOT...
Fix a race where if a note was _INFLUX and _DETACHED, it could end up being
modified... whoopse..
MFC after: 1 week
Prodded by: ambrisko and dwhite
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
More information about the cvs-src
mailing list