[PATCH] Documentation: epoll: remove entry about max_user_instances

From: Lucian Adrian Grijincu
Date: Thu Apr 14 2011 - 10:15:23 EST


max_user_instances was removed in this commit:

commit 9df04e1f25effde823a600e755b51475d438f56b
Author: Davide Libenzi <davidel@xxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx>
Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@xxxxxxxxx>
---
Documentation/sysctl/fs.txt | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

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
----------------

--
1.7.5.rc0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/