From: Lucian Adrian Grijincu Date: Mon, 23 May 2011 18:57:33 +0000 (-0700) Subject: Documentation: update epoll sysctl text X-Git-Tag: upstream/snapshot3+hdmi~10341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52307a9e1d8910e205f6be2c4dd35900f7b11282;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Documentation: update epoll sysctl text max_user_instances was removed in this commit: commit 9df04e1f25effde823a600e755b51475d438f56b Author: Davide Libenzi Date: Thu Jan 29 14:25:26 2009 -0800 epoll: drop max_user_instances and rely only on max_user_watches but the documentation entry was not removed. Cc: Davide Libenzi Signed-off-by: Lucian Adrian Grijincu Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt index 4af0614..88fd7f5 100644 --- a/Documentation/sysctl/fs.txt +++ b/Documentation/sysctl/fs.txt @@ -231,13 +231,6 @@ its creation). This directory contains configuration options for the epoll(7) interface. -max_user_instances ------------------- - -This is the maximum number of epoll file descriptors that a single user can -have open at a given time. The default value is 128, and should be enough -for normal users. - max_user_watches ----------------