Re: svn commit: r273130 - head/sys/fs/deadfs

2014-10-27 Thread Bruce Evans
On Wed, 15 Oct 2014, Konstantin Belousov wrote: Log: Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the caller is interested in i/o state. Return POLLNVAL for invalid bits, similar to poll_no_poll(). Note that POLLOUT must not be returned, since POLLHUP is set. Noted and

svn commit: r273130 - head/sys/fs/deadfs

2014-10-15 Thread Konstantin Belousov
Author: kib Date: Wed Oct 15 13:08:53 2014 New Revision: 273130 URL: https://svnweb.freebsd.org/changeset/base/273130 Log: Change the deadfs poll VOP to return POLLIN|POLLRDNORM if the caller is interested in i/o state. Return POLLNVAL for invalid bits, similar to poll_no_poll(). Note