From: Robin Holt Date: Thu, 13 Jan 2011 01:00:01 +0000 (-0800) Subject: epoll: convert max_user_watches to long X-Git-Tag: v2.6.38-rc1~349 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bd19f7691b2ea6433aef0ef94c08c57efd7e79;p=pandora-kernel.git epoll: convert max_user_watches to long On a 16TB machine, max_user_watches has an integer overflow. Convert it to use a long and handle the associated fallout. Signed-off-by: Robin Holt Cc: "Eric W. Biederman" Acked-by: Davide Libenzi Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed