Skip to content

Commit

Permalink
Documentation: update epoll sysctl text
Browse files Browse the repository at this point in the history
max_user_instances was removed in this commit:

   commit 9df04e1
   Author: Davide Libenzi <davidel@xmailserver.org>
   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 <davidel@xmailserver.org>
Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Lucian Adrian Grijincu authored and Linus Torvalds committed May 23, 2011
1 parent 56dab6c commit 52307a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Documentation/sysctl/fs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

Expand Down

0 comments on commit 52307a9

Please sign in to comment.