CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/08 02:04:10
Modified files:
sys/isofs/cd9660: cd9660_vnops.c
sys/miscfs/fuse: fuse_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_kq.c
sys/sys : event.h
sys/tmpfs : tmpfs_vnops.c
sys/ufs/ufs : ufs_vnops.c
Log message:
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
Adapt FS kqfilters to always return true when the flag is set and bypass
the polling mechanism of the NFS thread.
While here implement a write filter for NFS.
ok visa@