From: "Darrick J. Wong" <djwong@kernel.org>
To: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Documentation <linux-doc@vger.kernel.org>,
Linux XFS <linux-xfs@vger.kernel.org>,
David Chinner <david@fromorbit.com>,
Carlos Maiolino <cem@kernel.org>,
Jonathan Corbet <corbet@lwn.net>,
Charles Han <hanchunchao@inspur.com>,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH] xfs: extend removed sysctls table
Date: Fri, 12 Sep 2025 17:23:04 -0700 [thread overview]
Message-ID: <20250913002304.GR8117@frogsfrogsfrogs> (raw)
In-Reply-To: <20250909000431.7474-1-bagasdotme@gmail.com>
On Tue, Sep 09, 2025 at 07:04:31AM +0700, Bagas Sanjaya wrote:
> Commit 21d59d00221e4e ("xfs: remove deprecated sysctl knobs") moves
> recently-removed sysctls to the removed sysctls table but fails to
> extend the table, hence triggering Sphinx warning:
>
> Documentation/admin-guide/xfs.rst:365: ERROR: Malformed table.
> Text in column margin in table line 8.
>
> ============================= =======
> Name Removed
> ============================= =======
> fs.xfs.xfsbufd_centisec v4.0
> fs.xfs.age_buffer_centisecs v4.0
> fs.xfs.irix_symlink_mode v6.18
> fs.xfs.irix_sgid_inherit v6.18
> fs.xfs.speculative_cow_prealloc_lifetime v6.18
> ============================= ======= [docutils]
>
> Extend "Name" column of the table to fit the now-longest sysctl, which
> is fs.xfs.speculative_cow_prealloc_lifetime.
>
> Fixes: 21d59d00221e ("xfs: remove deprecated sysctl knobs")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/linux-next/20250908180406.32124fb7@canb.auug.org.au/
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Oof, thanks for fixing that for me.
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
--D
> ---
> Documentation/admin-guide/xfs.rst | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
> index d6f531f2c0e694..c85cd327af284d 100644
> --- a/Documentation/admin-guide/xfs.rst
> +++ b/Documentation/admin-guide/xfs.rst
> @@ -355,15 +355,15 @@ None currently.
> Removed Sysctls
> ===============
>
> -============================= =======
> - Name Removed
> -============================= =======
> - fs.xfs.xfsbufd_centisec v4.0
> - fs.xfs.age_buffer_centisecs v4.0
> - fs.xfs.irix_symlink_mode v6.18
> - fs.xfs.irix_sgid_inherit v6.18
> - fs.xfs.speculative_cow_prealloc_lifetime v6.18
> -============================= =======
> +========================================== =======
> + Name Removed
> +========================================== =======
> + fs.xfs.xfsbufd_centisec v4.0
> + fs.xfs.age_buffer_centisecs v4.0
> + fs.xfs.irix_symlink_mode v6.18
> + fs.xfs.irix_sgid_inherit v6.18
> + fs.xfs.speculative_cow_prealloc_lifetime v6.18
> +========================================== =======
>
> Error handling
> ==============
>
> base-commit: e90dcba0a350836a5e1a1ac0f65f9e74644d7d3b
> --
> An old man doll... just what I always wanted! - Clara
>
next prev parent reply other threads:[~2025-09-13 0:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-09 0:04 [PATCH] xfs: extend removed sysctls table Bagas Sanjaya
2025-09-09 0:09 ` Randy Dunlap
2025-09-13 0:23 ` Darrick J. Wong [this message]
2025-09-16 11:34 ` Carlos Maiolino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250913002304.GR8117@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=bagasdotme@gmail.com \
--cc=cem@kernel.org \
--cc=corbet@lwn.net \
--cc=david@fromorbit.com \
--cc=hanchunchao@inspur.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox