]> git.neil.brown.name Git - history.git/commit
[PATCH] Docs: fix explanation of file-nr
authorAndrew Morton <akpm@digeo.com>
Mon, 30 Dec 2002 05:40:06 +0000 (21:40 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 30 Dec 2002 05:40:06 +0000 (21:40 -0800)
commit8bc2c6afd069eb09c5e77e5879c5b7fb2cbc73e6
tree038d33da2e9401c39d08a8ad20a4d0986bbcd924
parentb9628e101ffdd8c0889e102a4b33a5348f42c8e4
[PATCH] Docs: fix explanation of file-nr

Patch from Paul Jakma <paulj@alphyra.ie>

Documentation/sysctl/fs.txt is incorrect wrt to the middle number of
/proc/sys/fs/file-nr.  The current docs state it is the number of
in-use file-handles, from observation this number is actually the
number of /unused/ file-handles - we've observe that when it hits 0 we
get file handle problems (rather than when it hits == file-max as docs
imply).
Documentation/sysctl/fs.txt