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 revie
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 that