diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-18 05:00:18 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-18 05:00:18 -0800 |
| commit | 98fabcaab54ecd736cfc0f290e9e05cffb0294a0 (patch) | |
| tree | a05ebdf248b04581271c1ed998be38a69c33a710 /Documentation/sysctl | |
| parent | 9c27c441c924a4220b7578ff21f8eec29d3eb24e (diff) | |
[PATCH] aio sysctl parms
From: Janet Morgan <janetmor@us.ibm.com>
It looks like aio_nr and aio_max_nr were intended to be sysctl parameters.
Diffstat (limited to 'Documentation/sysctl')
| -rw-r--r-- | Documentation/sysctl/fs.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt index fbbe3cafffa9..0b62c62142cf 100644 --- a/Documentation/sysctl/fs.txt +++ b/Documentation/sysctl/fs.txt @@ -138,3 +138,13 @@ thus the maximum number of mounted filesystems the kernel can have. You only need to increase super-max if you need to mount more filesystems than the current value in super-max allows you to. + +============================================================== + +aio-nr & aio-max-nr: + +aio-nr shows the current system-wide number of asynchronous io +requests. aio-max-nr allows you to change the maximum value +aio-nr can grow to. + +============================================================== |
