From: Davide Libenzi Date: Tue, 11 Apr 2006 05:54:12 +0000 (-0700) Subject: [PATCH] uniform POLLRDHUP handling between epoll and poll/select X-Git-Tag: v2.6.17-rc2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2395140ee2bffe38b1c8a59318f62882b797f5e6;p=pandora-kernel.git [PATCH] uniform POLLRDHUP handling between epoll and poll/select As reported by Michael Kerrisk, POLLRDHUP handling was not consistent between epoll and poll/select, since in epoll it was unmaskeable. This patch brings uniformity in POLLRDHUP handling. Signed-off-by: Davide Libenzi Cc: Michael Kerrisk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed