poll(2) manpage says that POLLRDNORM/POLLWRNORM are equivalent to POLLIN/POLLOUT and they are for other special fds. This makes the event/signal/timerfd consistent. (A candidate for -stable?) Michał Mirosław (3): eventfd: make POLLRDNORM/POLLWRNORM working signalfd: make POLLRDNORM working timerfd: make POLLRDNORM working fs/eventfd.c | 12 ++++++------ fs/signalfd.c | 2 +- fs/timerfd.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html