CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/30 19:30:59
Modified files:
sys/kern : tty_tty.c vfs_vnops.c vfs_vops.c
sys/sys : vnode.h
Log message:
Pass fflag to VOP_POLL so vfs fifo functions can get at the file
flags to check FREAD/FWRITE if needed. This will be used by fifo_poll
to avoid checking the write end of the fifo when the fd is read-only.
OK guenther@
