diff --git a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst index 54130ae33df863f69c3ab6a7f3c2f17efc9ea4b4..0935acd220dcce5d8b97dbce96539b7907fe6408 100644 --- a/Documentation/admin-guide/sysctl/fs.rst +++ b/Documentation/admin-guide/sysctl/fs.rst @@ -29,8 +29,6 @@ Currently, these files are in /proc/sys/fs: - aio-max-nr - aio-nr - dentry-state -- dquot-max -- dquot-nr - file-max - file-nr - inode-nr @@ -90,20 +88,6 @@ they help speeding up rejection of non-existing files provided by the users. -dquot-max & dquot-nr --------------------- - -The file dquot-max shows the maximum number of cached disk -quota entries. - -The file dquot-nr shows the number of allocated disk quota -entries and the number of free disk quota entries. - -If the number of free cached disk quotas is very low and -you have some awesome number of simultaneous system users, -you might want to raise the limit. - - file-max & file-nr ------------------