Re: [PATCH v2 0/5] Update the sysctl/fs documentation

From: Jonathan Corbet
Date: Wed Oct 19 2022 - 18:43:10 EST


Stephen Kitt <steve@xxxxxxx> writes:

> This patch series updates the sysctl/fs in line with similar changes
> made previously to sysctl/kernel and sysctl/abi:
>
> * add an automatically-generated table of contents,
> * order the entries alphabetically,
> * use consistent markup.
>
> In addition, obsolete entries are removed, and the two aio sections
> are merged.
>
> Changes since v2:
> * added a cover letter
> * request review from linux-fsdevel
> * fix the link to core_pattern
>
> Stephen Kitt (5):
> docs: sysctl/fs: remove references to inode-max
> docs: sysctl/fs: remove references to dquot-max/-nr
> docs: sysctl/fs: merge the aio sections
> docs: sysctl/fs: remove references to super-max/-nr
> docs: sysctl/fs: re-order, prettify
>
> Documentation/admin-guide/sysctl/fs.rst | 240 ++++++++------------
> Documentation/admin-guide/sysctl/kernel.rst | 2 +
> 2 files changed, 97 insertions(+), 145 deletions(-)

Series applied, thanks.

jon