projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56dab6c
)
Documentation: update epoll sysctl text
author
Lucian Adrian Grijincu
<
[email protected]
>
Mon, 23 May 2011 18:57:33 +0000
(11:57 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 23 May 2011 22:14:11 +0000
(15:14 -0700)
max_user_instances was removed in this commit:
commit
9df04e1f25effde823a600e755b51475d438f56b
Author: Davide Libenzi <
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Lucian Adrian Grijincu <
[email protected]
>
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/sysctl/fs.txt
patch
|
blob
|
history
diff --git
a/Documentation/sysctl/fs.txt
b/Documentation/sysctl/fs.txt
index 4af0614147ef0749d617dec7f69731113e1c427c..88fd7f5c8dcd61307171b3af852541d06a984380 100644
(file)
--- 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
----------------